mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Add debugging with VSCode (#48383)
This commit is contained in:
committed by
Jordan Brown
parent
198dfd91c7
commit
c98644600a
@@ -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")()
|
||||
|
||||
@@ -19,6 +19,7 @@ GLOBAL_VAR(restart_counter)
|
||||
*
|
||||
*/
|
||||
/world/New()
|
||||
enable_debugger()
|
||||
|
||||
log_world("World loaded at [time_stamp()]!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user