EditorDebuggerSession
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_session_tab ( Control control ) |
is_active ( ) |
|
is_breaked ( ) |
|
is_debuggable ( ) |
|
void |
remove_session_tab ( Control control ) |
void |
send_message ( String message, Array data=[] ) |
void |
set_breakpoint ( String path, int line, bool enabled ) |
void |
toggle_profiler ( String profiler, bool enable, Array data=[] ) |
Signals
breaked ( bool can_debug )
There is currently no description for this signal. Please help us by contributing one!
continued ( )
There is currently no description for this signal. Please help us by contributing one!
started ( )
There is currently no description for this signal. Please help us by contributing one!
stopped ( )
There is currently no description for this signal. Please help us by contributing one!
Method Descriptions
void add_session_tab ( Control control )
There is currently no description for this method. Please help us by contributing one!
bool is_active ( )
There is currently no description for this method. Please help us by contributing one!
bool is_breaked ( )
There is currently no description for this method. Please help us by contributing one!
bool is_debuggable ( )
There is currently no description for this method. Please help us by contributing one!
void remove_session_tab ( Control control )
There is currently no description for this method. Please help us by contributing one!
void send_message ( String message, Array data=[] )
There is currently no description for this method. Please help us by contributing one!
void set_breakpoint ( String path, int line, bool enabled )
There is currently no description for this method. Please help us by contributing one!
void toggle_profiler ( String profiler, bool enable, Array data=[] )
There is currently no description for this method. Please help us by contributing one!