1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

-added option to keep debugger open, fixes #3031

This commit is contained in:
Juan Linietsky
2015-12-12 10:09:50 -03:00
parent e2e6f3ec00
commit cd4c3f4d12
4 changed files with 33 additions and 14 deletions

View File

@@ -151,7 +151,8 @@ class ScriptEditor : public VBoxContainer {
DEBUG_BREAK,
DEBUG_CONTINUE,
DEBUG_SHOW,
HELP_CONTEXTUAL,
DEBUG_SHOW_KEEP_OPEN,
HELP_CONTEXTUAL,
WINDOW_MOVE_LEFT,
WINDOW_MOVE_RIGHT,
WINDOW_NEXT,