You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge pull request #97758 from TsFreddie/debugger-stepout
Add step out to script debugger
This commit is contained in:
@@ -125,6 +125,7 @@ private:
|
||||
Button *copy = nullptr;
|
||||
Button *step = nullptr;
|
||||
Button *next = nullptr;
|
||||
Button *out = nullptr;
|
||||
Button *dobreak = nullptr;
|
||||
Button *docontinue = nullptr;
|
||||
// Reference to "Remote" tab in scene tree. Needed by _live_edit_set and buttons state.
|
||||
@@ -322,6 +323,7 @@ public:
|
||||
void debug_ignore_error_breaks();
|
||||
void debug_copy();
|
||||
|
||||
void debug_out();
|
||||
void debug_next();
|
||||
void debug_step();
|
||||
void debug_break();
|
||||
|
||||
Reference in New Issue
Block a user