EngineDebugger
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
Method Descriptions
void clear_breakpoints ( )
There is currently no description for this method. Please help us by contributing one!
void debug ( bool can_continue=true, bool is_error_breakpoint=false )
There is currently no description for this method. Please help us by contributing one!
int get_depth ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_lines_left ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_capture ( StringName name )
There is currently no description for this method. Please help us by contributing one!
bool has_profiler ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void insert_breakpoint ( int line, StringName source )
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_breakpoint ( int line, StringName source ) const
There is currently no description for this method. Please help us by contributing one!
bool is_profiling ( StringName name )
There is currently no description for this method. Please help us by contributing one!
bool is_skipping_breakpoints ( ) const
There is currently no description for this method. Please help us by contributing one!
void line_poll ( )
There is currently no description for this method. Please help us by contributing one!
void profiler_add_frame_data ( StringName name, Array data )
There is currently no description for this method. Please help us by contributing one!
void profiler_enable ( StringName name, bool enable, Array arguments=[] )
There is currently no description for this method. Please help us by contributing one!
void register_message_capture ( StringName name, Callable callable )
There is currently no description for this method. Please help us by contributing one!
void register_profiler ( StringName name, EngineProfiler profiler )
There is currently no description for this method. Please help us by contributing one!
void remove_breakpoint ( int line, StringName source )
There is currently no description for this method. Please help us by contributing one!
void script_debug ( ScriptLanguage language, bool can_continue=true, bool is_error_breakpoint=false )
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_depth ( int depth )
There is currently no description for this method. Please help us by contributing one!
void set_lines_left ( int lines )
There is currently no description for this method. Please help us by contributing one!
void unregister_message_capture ( StringName name )
There is currently no description for this method. Please help us by contributing one!
void unregister_profiler ( StringName name )
There is currently no description for this method. Please help us by contributing one!