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

Added, goto next and previous breakpoint and remove all, issue 1690

This commit is contained in:
Paulb23
2016-05-27 15:29:04 +01:00
parent 9daaa70920
commit daf0ed646f
2 changed files with 61 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ class ScriptEditor : public VBoxContainer {
SEARCH_CLASSES,
SEARCH_WEBSITE,
DEBUG_TOGGLE_BREAKPOINT,
DEBUG_REMOVE_ALL_BREAKPOINTS,
DEBUG_GOTO_NEXT_BREAKPOINT,
DEBUG_GOTO_PREV_BREAKPOINT,
DEBUG_NEXT,
DEBUG_STEP,
DEBUG_BREAK,