You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Local debugger fixes and extensions
- Adds q/quit option to console debugging - Adds options (variable_prefix) - Breaks into debugger with Ctrl-C in local debug mode (Unix/Windows) - Added option to list all breakpoints - Fixes add/remove breakpoint bug (invalid path parsing) - Minor cleanup
This commit is contained in:
@@ -730,6 +730,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||
} else if (debug_mode == "local") {
|
||||
|
||||
script_debugger = memnew(ScriptDebuggerLocal);
|
||||
OS::get_singleton()->initialize_debugging();
|
||||
}
|
||||
|
||||
FileAccessNetwork::configure();
|
||||
|
||||
Reference in New Issue
Block a user