调试依赖文件诺位置

master
DESKTOP-7R8JEQQ\k 2025-06-27 21:35:45 +08:00
parent f5335788dd
commit 4455aaa25c
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ function Main()
if true then if true then
local suc = pcall(function() local suc = pcall(function()
local path = Application.streamingAssetsPath .. "/../../../lua_probject" local path = Application.streamingAssetsPath .. "/../../.."
package.cpath = package.cpath .. ";" .. path .. "/?.dll" package.cpath = package.cpath .. ";" .. path .. "/?.dll"
local dbg = require("emmy_core") local dbg = require("emmy_core")
dbg.tcpConnect('localhost', 9966) dbg.tcpConnect('localhost', 9966)

Binary file not shown.

Binary file not shown.

Binary file not shown.