ports the vscode stuff from tg

This commit is contained in:
jjpark-kb
2020-07-15 22:15:51 -04:00
parent ec9fdff987
commit 1d33f7f1fb
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -11,3 +11,8 @@
#define SHOULD_CALL_PARENT(X)
#define UNLINT(X) X
#endif
/world/proc/enable_debugger()
var/dll = world.GetConfig("env", "EXTOOLS_DLL")
if (dll)
call(dll, "debug_initialize")()