mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
New way of loading the debugger.
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user