mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fixed breakpoint gutter toggle not updating when game is running, issue 5712
This commit is contained in:
parent
3e2c7bf797
commit
b550471a14
3 changed files with 17 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ public:
|
|||
void get_breakpoints(List<String> *p_breakpoints);
|
||||
|
||||
void swap_lines(TextEdit *tx, int line1, int line2);
|
||||
void _breakpoint_toggled(const int p_row);
|
||||
|
||||
void save_all_scripts();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue