Skip to content

Commit

Permalink
update debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
fesily committed May 5, 2024
1 parent 7c73b4d commit 178a04d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ If you start with stream, please set game config, process start config: "-enable
"stopOnEntry": true,
"type": "lua",
"luaVersion": "luajit",
"client": false,
"sourceMaps":[ //如果你想调试创意工坊的mod就开这个配置,不然不要开.因为开了之后在原来游戏目录下的mods文件夹的mod将无法调试
[
"../mods/workshop-*",
Expand Down Expand Up @@ -107,7 +106,7 @@ if jit then
local debugger = dofile(path .. "/script/debugger.lua")
local Debuggee = {}
Debuggee.start = function ()
local host = {address = "127.0.0.1:12306", client= true}
local host = {address = "127.0.0.1:12306"}
debugger:start(host):event ("autoUpdate", false)
return "ok", host
end
Expand Down

0 comments on commit 178a04d

Please sign in to comment.