diff options
| author | Rémi Verschelde | 2016-05-29 18:35:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-29 18:35:07 +0200 |
| commit | a2fee794591c09be9f1c625eee0df60977fb1e95 (patch) | |
| tree | c96a70060d5daac0089535791c7a73c09f2cefca /tools/editor/plugins/script_editor_plugin.h | |
| parent | e8d5ff5169a5a2813cfea75568a12fef50d7eadf (diff) | |
| parent | daf0ed646f90ed149a45838e5e6ebf9c577672f7 (diff) | |
| download | godot-a2fee794591c09be9f1c625eee0df60977fb1e95.tar.gz godot-a2fee794591c09be9f1c625eee0df60977fb1e95.tar.zst godot-a2fee794591c09be9f1c625eee0df60977fb1e95.zip | |
Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_1690
Added, goto next and previous breakpoint and remove all, issue 1690
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h index c6610a020..cbcfd9a77 100644 --- a/tools/editor/plugins/script_editor_plugin.h +++ b/tools/editor/plugins/script_editor_plugin.h @@ -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, |
