New way of loading the debugger.

This commit is contained in:
FlightControl_Master
2017-11-09 22:57:18 +01:00
parent f65238efe6
commit 7ff06b5ef8
3 changed files with 60 additions and 18 deletions

View File

@@ -11,9 +11,3 @@ _DATABASE = DATABASE:New() -- Core.Database#DATABASE
_SETTINGS = SETTINGS:Set()
package.path = package.path..";.\\LuaSocket\\?.lua;"
local initconnection = require("debugger")
initconnection( "127.0.0.1", 10000, "dcsserver", nil, "win", "" )
print("Debugger is configured!")