Skip to content

Commit aa57cda

Browse files
committed
Remove debugger
1 parent d737e7a commit aa57cda

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Export/Launch.lua

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ launch = { }
1313
SetMainObject(launch)
1414

1515
function launch:OnInit()
16-
-- This is the path to emmy_core.dll. The ?.dll at the end is intentional.
17-
package.cpath = package.cpath .. ";C:/Users/Thomas/.vscode/extensions/tangzx.emmylua-0.8.20-win32-x64/debugger/emmy/windows/x64/?.dll"
18-
local dbg = require("emmy_core")
19-
-- This port must match the Visual Studio Code configuration. Default is 9966.
20-
dbg.tcpListen("localhost", 9966)
21-
-- Uncomment the next line if you want Path of Building to block until the debugger is attached
22-
--dbg.waitIDE()
2316
self.devMode = true
2417
self.subScripts = { }
2518
RenderInit()

0 commit comments

Comments
 (0)