mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix crash when edit remote object instance after debugger stoped
This commit is contained in:
parent
1473e23df8
commit
29cd034e23
3 changed files with 16 additions and 2 deletions
|
|
@ -185,6 +185,8 @@ public:
|
|||
void debug_break();
|
||||
void debug_continue();
|
||||
|
||||
bool is_connected() const;
|
||||
|
||||
String get_var_value(const String &p_var) const;
|
||||
|
||||
void set_live_debugging(bool p_enable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue