1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Allow breakpoints in closed files

This commit is contained in:
Paulb23
2021-10-07 19:46:44 +01:00
parent bec8ae7ba6
commit 44e260e247
3 changed files with 90 additions and 7 deletions

View File

@@ -382,6 +382,7 @@ class ScriptEditor : public PanelContainer {
void _script_created(Ref<Script> p_script);
void _set_breakpoint(REF p_scrpt, int p_line, bool p_enabled);
void _clear_breakpoints();
Array _get_cached_breakpoints_for_script(const String &p_path) const;
ScriptEditorBase *_get_current_editor() const;
Array _get_open_script_editors() const;