We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lua Debug 2.0.0
1 parent 9f54935 commit 333d047Copy full SHA for 333d047
debugger.lua
@@ -51,7 +51,7 @@ local function tryDebugger()
51
local entry = assert(package.searchpath('debugger', debugPath .. path))
52
local root = debugPath
53
local addr = ("127.0.0.1:%d"):format(DBGPORT)
54
- local dbg = loadfile(entry)(root)
+ local dbg = loadfile(entry)(entry)
55
dbg:start {
56
address = addr,
57
}
0 commit comments