.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/EngineDebugger.xml. .. _class_EngineDebugger: EngineDebugger ============== **Inherits:** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_breakpoints` **(** **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`debug` **(** :ref:`bool` can_continue=true, :ref:`bool` is_error_breakpoint=false **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_depth` **(** **)** |const| | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_lines_left` **(** **)** |const| | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_capture` **(** :ref:`StringName` name **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_profiler` **(** :ref:`StringName` name **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`insert_breakpoint` **(** :ref:`int` line, :ref:`StringName` source **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_active` **(** **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_breakpoint` **(** :ref:`int` line, :ref:`StringName` source **)** |const| | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_profiling` **(** :ref:`StringName` name **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_skipping_breakpoints` **(** **)** |const| | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`line_poll` **(** **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`profiler_add_frame_data` **(** :ref:`StringName` name, :ref:`Array` data **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`profiler_enable` **(** :ref:`StringName` name, :ref:`bool` enable, :ref:`Array` arguments=[] **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`register_message_capture` **(** :ref:`StringName` name, :ref:`Callable` callable **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`register_profiler` **(** :ref:`StringName` name, :ref:`EngineProfiler` profiler **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_breakpoint` **(** :ref:`int` line, :ref:`StringName` source **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`script_debug` **(** :ref:`ScriptLanguage` language, :ref:`bool` can_continue=true, :ref:`bool` is_error_breakpoint=false **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`send_message` **(** :ref:`String` message, :ref:`Array` data **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_depth` **(** :ref:`int` depth **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_lines_left` **(** :ref:`int` lines **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`unregister_message_capture` **(** :ref:`StringName` name **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`unregister_profiler` **(** :ref:`StringName` name **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_EngineDebugger_method_clear_breakpoints: .. rst-class:: classref-method void **clear_breakpoints** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_debug: .. rst-class:: classref-method void **debug** **(** :ref:`bool` can_continue=true, :ref:`bool` is_error_breakpoint=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_get_depth: .. rst-class:: classref-method :ref:`int` **get_depth** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_get_lines_left: .. rst-class:: classref-method :ref:`int` **get_lines_left** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_has_capture: .. rst-class:: classref-method :ref:`bool` **has_capture** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_has_profiler: .. rst-class:: classref-method :ref:`bool` **has_profiler** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_insert_breakpoint: .. rst-class:: classref-method void **insert_breakpoint** **(** :ref:`int` line, :ref:`StringName` source **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_is_active: .. rst-class:: classref-method :ref:`bool` **is_active** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_is_breakpoint: .. rst-class:: classref-method :ref:`bool` **is_breakpoint** **(** :ref:`int` line, :ref:`StringName` source **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_is_profiling: .. rst-class:: classref-method :ref:`bool` **is_profiling** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_is_skipping_breakpoints: .. rst-class:: classref-method :ref:`bool` **is_skipping_breakpoints** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_line_poll: .. rst-class:: classref-method void **line_poll** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_profiler_add_frame_data: .. rst-class:: classref-method void **profiler_add_frame_data** **(** :ref:`StringName` name, :ref:`Array` data **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_profiler_enable: .. rst-class:: classref-method void **profiler_enable** **(** :ref:`StringName` name, :ref:`bool` enable, :ref:`Array` arguments=[] **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_register_message_capture: .. rst-class:: classref-method void **register_message_capture** **(** :ref:`StringName` name, :ref:`Callable` callable **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_register_profiler: .. rst-class:: classref-method void **register_profiler** **(** :ref:`StringName` name, :ref:`EngineProfiler` profiler **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_remove_breakpoint: .. rst-class:: classref-method void **remove_breakpoint** **(** :ref:`int` line, :ref:`StringName` source **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_script_debug: .. rst-class:: classref-method void **script_debug** **(** :ref:`ScriptLanguage` language, :ref:`bool` can_continue=true, :ref:`bool` is_error_breakpoint=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_send_message: .. rst-class:: classref-method void **send_message** **(** :ref:`String` message, :ref:`Array` data **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_set_depth: .. rst-class:: classref-method void **set_depth** **(** :ref:`int` depth **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_set_lines_left: .. rst-class:: classref-method void **set_lines_left** **(** :ref:`int` lines **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_unregister_message_capture: .. rst-class:: classref-method void **unregister_message_capture** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EngineDebugger_method_unregister_profiler: .. rst-class:: classref-method void **unregister_profiler** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`