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

Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_1690

Added, goto next and previous breakpoint and remove all, issue 1690
This commit is contained in:
Rémi Verschelde
2016-05-29 18:35:07 +02:00
2 changed files with 61 additions and 0 deletions

View File

@@ -152,6 +152,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,