Skip to content

Commit

Permalink
support Lua Debug 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 11, 2023
1 parent 9f54935 commit 333d047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ local function tryDebugger()
local entry = assert(package.searchpath('debugger', debugPath .. path))
local root = debugPath
local addr = ("127.0.0.1:%d"):format(DBGPORT)
local dbg = loadfile(entry)(root)
local dbg = loadfile(entry)(entry)
dbg:start {
address = addr,
}
Expand Down

0 comments on commit 333d047

Please sign in to comment.