# {py:mod}`simvx.ide.panels.debug_panel` ```{py:module} simvx.ide.panels.debug_panel ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DebugToolbar ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugToolbar :summary: ``` * - {py:obj}`VariablesTab ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.VariablesTab :summary: ``` * - {py:obj}`CallStackTab ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.CallStackTab :summary: ``` * - {py:obj}`WatchTab ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.WatchTab :summary: ``` * - {py:obj}`BreakpointsTab ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab :summary: ``` * - {py:obj}`DebugPanel ` - ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugPanel :summary: ``` ```` ### API `````{py:class} DebugToolbar(**kwargs) :canonical: simvx.ide.panels.debug_panel.DebugToolbar Bases: {py:obj}`simvx.core.ui.containers.HBoxContainer` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugToolbar ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugToolbar.__init__ ``` ````{py:method} set_state(state: str) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.set_state ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugToolbar.set_state ``` ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.draw ```` ````{py:attribute} alignment :canonical: simvx.ide.panels.debug_panel.DebugToolbar.alignment :value: > 'Property(...)' ```` ````{py:attribute} separation :canonical: simvx.ide.panels.debug_panel.DebugToolbar.separation :value: > 'Property(...)' ```` ````{py:method} ready() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.ready ```` ````{py:method} add_child(node) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.add_child ```` ````{py:method} remove_child(node) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.remove_child ```` ````{py:method} mark_layout_dirty() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.mark_layout_dirty ```` ````{py:method} process(dt: float) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.process ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.DebugToolbar.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.DebugToolbar.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.DebugToolbar.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.DebugToolbar.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.DebugToolbar.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.DebugToolbar.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.DebugToolbar.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.DebugToolbar.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.DebugToolbar.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.DebugToolbar.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.DebugToolbar.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.DebugToolbar.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.DebugToolbar.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.DebugToolbar.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.DebugToolbar.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.DebugToolbar.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.DebugToolbar.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.DebugToolbar.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.DebugToolbar.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.DebugToolbar.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.DebugToolbar.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.DebugToolbar.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.reset_error ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.DebugToolbar.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.DebugToolbar.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.DebugToolbar.is_in_group ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugToolbar.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.DebugToolbar.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.DebugToolbar.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.DebugToolbar.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.DebugToolbar.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.DebugToolbar.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.DebugToolbar.__repr__ ```` ````` `````{py:class} VariablesTab(**kwargs) :canonical: simvx.ide.panels.debug_panel.VariablesTab Bases: {py:obj}`simvx.core.ui.core.Control` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.VariablesTab ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.VariablesTab.__init__ ``` ````{py:method} set_manager(manager: simvx.ide.dap.manager.DebugManager) :canonical: simvx.ide.panels.debug_panel.VariablesTab.set_manager ```{autodoc2-docstring} simvx.ide.panels.debug_panel.VariablesTab.set_manager ``` ```` ````{py:method} refresh() :canonical: simvx.ide.panels.debug_panel.VariablesTab.refresh ```{autodoc2-docstring} simvx.ide.panels.debug_panel.VariablesTab.refresh ``` ```` ````{py:method} process(dt: float) :canonical: simvx.ide.panels.debug_panel.VariablesTab.process ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.VariablesTab.draw ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.VariablesTab.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.VariablesTab.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.VariablesTab.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.VariablesTab.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.VariablesTab.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.VariablesTab.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.VariablesTab.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.VariablesTab.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.VariablesTab.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.VariablesTab.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.VariablesTab.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.VariablesTab.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.VariablesTab.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.VariablesTab.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.VariablesTab.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.VariablesTab.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.VariablesTab.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.VariablesTab.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.VariablesTab.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.VariablesTab.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.VariablesTab.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.VariablesTab.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.VariablesTab.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.VariablesTab.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.VariablesTab.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.VariablesTab.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.VariablesTab.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.VariablesTab.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.VariablesTab.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.VariablesTab.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.VariablesTab.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.VariablesTab.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.VariablesTab.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.VariablesTab.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.VariablesTab.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.VariablesTab.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.VariablesTab.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.VariablesTab.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.VariablesTab.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.VariablesTab.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.VariablesTab.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.VariablesTab.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.VariablesTab.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.VariablesTab.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.VariablesTab.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.VariablesTab.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.VariablesTab.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.VariablesTab.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.VariablesTab.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.VariablesTab.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.VariablesTab.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.VariablesTab.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.VariablesTab.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.VariablesTab.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.VariablesTab.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.VariablesTab.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.VariablesTab.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.VariablesTab.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.VariablesTab.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.VariablesTab.__repr__ ```` ````` `````{py:class} CallStackTab(**kwargs) :canonical: simvx.ide.panels.debug_panel.CallStackTab Bases: {py:obj}`simvx.core.ui.core.Control` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.CallStackTab ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.CallStackTab.__init__ ``` ````{py:method} set_refs(state: simvx.ide.state.IDEState, manager: simvx.ide.dap.manager.DebugManager) :canonical: simvx.ide.panels.debug_panel.CallStackTab.set_refs ```{autodoc2-docstring} simvx.ide.panels.debug_panel.CallStackTab.set_refs ``` ```` ````{py:method} refresh() :canonical: simvx.ide.panels.debug_panel.CallStackTab.refresh ```{autodoc2-docstring} simvx.ide.panels.debug_panel.CallStackTab.refresh ``` ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.CallStackTab.draw ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.CallStackTab.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.CallStackTab.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.CallStackTab.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.CallStackTab.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.CallStackTab.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.CallStackTab.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.CallStackTab.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.CallStackTab.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.CallStackTab.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.CallStackTab.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.CallStackTab.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.CallStackTab.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.CallStackTab.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.CallStackTab.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.CallStackTab.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.CallStackTab.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.CallStackTab.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.CallStackTab.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.CallStackTab.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.CallStackTab.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.CallStackTab.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.CallStackTab.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.CallStackTab.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.CallStackTab.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.CallStackTab.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.CallStackTab.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.CallStackTab.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.CallStackTab.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.CallStackTab.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.CallStackTab.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.CallStackTab.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.CallStackTab.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.CallStackTab.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.CallStackTab.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.CallStackTab.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.CallStackTab.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.CallStackTab.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.CallStackTab.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.CallStackTab.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.CallStackTab.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.CallStackTab.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.CallStackTab.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.CallStackTab.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.CallStackTab.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.CallStackTab.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.CallStackTab.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.CallStackTab.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.CallStackTab.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.CallStackTab.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.CallStackTab.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.CallStackTab.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.exit_tree ```` ````{py:method} process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.process ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.CallStackTab.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.CallStackTab.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.CallStackTab.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.CallStackTab.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.CallStackTab.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.CallStackTab.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.CallStackTab.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.CallStackTab.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.CallStackTab.__repr__ ```` ````` `````{py:class} WatchTab(state: simvx.ide.state.IDEState, manager: simvx.ide.dap.manager.DebugManager | None, **kwargs) :canonical: simvx.ide.panels.debug_panel.WatchTab Bases: {py:obj}`simvx.core.ui.core.Control` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.WatchTab ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.WatchTab.__init__ ``` ````{py:method} add_watch(expression: str) :canonical: simvx.ide.panels.debug_panel.WatchTab.add_watch ```{autodoc2-docstring} simvx.ide.panels.debug_panel.WatchTab.add_watch ``` ```` ````{py:method} remove_watch(index: int) :canonical: simvx.ide.panels.debug_panel.WatchTab.remove_watch ```{autodoc2-docstring} simvx.ide.panels.debug_panel.WatchTab.remove_watch ``` ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.WatchTab.draw ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.WatchTab.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.WatchTab.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.WatchTab.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.WatchTab.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.WatchTab.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.WatchTab.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.WatchTab.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.WatchTab.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.WatchTab.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.WatchTab.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.WatchTab.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.WatchTab.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.WatchTab.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.WatchTab.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.WatchTab.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.WatchTab.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.WatchTab.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.WatchTab.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.WatchTab.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.WatchTab.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.WatchTab.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.WatchTab.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.WatchTab.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.WatchTab.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.WatchTab.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.WatchTab.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.WatchTab.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.WatchTab.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.WatchTab.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.WatchTab.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.WatchTab.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.WatchTab.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.WatchTab.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.WatchTab.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.WatchTab.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.WatchTab.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.WatchTab.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.WatchTab.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.WatchTab.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.WatchTab.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.WatchTab.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.WatchTab.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.WatchTab.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.WatchTab.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.WatchTab.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.WatchTab.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.WatchTab.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.WatchTab.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.WatchTab.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.WatchTab.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.WatchTab.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.WatchTab.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.WatchTab.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.WatchTab.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.WatchTab.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.exit_tree ```` ````{py:method} process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.process ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.WatchTab.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.WatchTab.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.WatchTab.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.WatchTab.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.WatchTab.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.WatchTab.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.WatchTab.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.WatchTab.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.WatchTab.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.WatchTab.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.WatchTab.__repr__ ```` ````` `````{py:class} BreakpointsTab(**kwargs) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab Bases: {py:obj}`simvx.core.ui.core.Control` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.__init__ ``` ````{py:method} set_state(state: simvx.ide.state.IDEState) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.set_state ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.set_state ``` ```` ````{py:method} set_condition(path: str, line: int, condition: str) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.set_condition ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.set_condition ``` ```` ````{py:method} get_condition(path: str, line: int) -> str :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_condition ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.get_condition ``` ```` ````{py:method} get_conditions_for_file(path: str) -> dict[int, str] :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_conditions_for_file ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.get_conditions_for_file ``` ```` ````{py:method} refresh() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.refresh ```{autodoc2-docstring} simvx.ide.panels.debug_panel.BreakpointsTab.refresh ``` ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.draw ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.exit_tree ```` ````{py:method} process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.process ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.BreakpointsTab.__repr__ ```` ````` `````{py:class} DebugPanel(state: simvx.ide.state.IDEState, debug_manager: simvx.ide.dap.manager.DebugManager, **kwargs) :canonical: simvx.ide.panels.debug_panel.DebugPanel Bases: {py:obj}`simvx.core.ui.widgets.Panel` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugPanel ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.panels.debug_panel.DebugPanel.__init__ ``` ````{py:method} process(dt: float) :canonical: simvx.ide.panels.debug_panel.DebugPanel.process ```` ````{py:method} draw(renderer) :canonical: simvx.ide.panels.debug_panel.DebugPanel.draw ```` ````{py:attribute} bg_color :canonical: simvx.ide.panels.debug_panel.DebugPanel.bg_color :value: > 'ThemeColour(...)' ```` ````{py:attribute} border_color :canonical: simvx.ide.panels.debug_panel.DebugPanel.border_color :value: > 'ThemeColour(...)' ```` ````{py:attribute} size_x :canonical: simvx.ide.panels.debug_panel.DebugPanel.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.ide.panels.debug_panel.DebugPanel.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.ide.panels.debug_panel.DebugPanel.size :type: simvx.core.math.types.Vec2 ```` ````{py:method} get_theme() -> simvx.core.ui.core.Theme :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_theme ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.DebugPanel.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.core.AnchorPreset) :canonical: simvx.ide.panels.debug_panel.DebugPanel.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.ide.panels.debug_panel.DebugPanel.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.ide.panels.debug_panel.DebugPanel.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.ide.panels.debug_panel.DebugPanel.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.ide.panels.debug_panel.DebugPanel.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.ide.panels.debug_panel.DebugPanel.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.ide.panels.debug_panel.DebugPanel.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.ide.panels.debug_panel.DebugPanel.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.ide.panels.debug_panel.DebugPanel.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.ide.panels.debug_panel.DebugPanel.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.ide.panels.debug_panel.DebugPanel.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.ide.panels.debug_panel.DebugPanel.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.ide.panels.debug_panel.DebugPanel.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.ide.panels.debug_panel.DebugPanel.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.ide.panels.debug_panel.DebugPanel.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.ide.panels.debug_panel.DebugPanel.z_as_relative :value: > 'Property(...)' ```` ````{py:property} absolute_z_index :canonical: simvx.ide.panels.debug_panel.DebugPanel.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.ide.panels.debug_panel.DebugPanel.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.ide.panels.debug_panel.DebugPanel.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.ide.panels.debug_panel.DebugPanel.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.ide.panels.debug_panel.DebugPanel.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_position :canonical: simvx.ide.panels.debug_panel.DebugPanel.global_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} global_rotation :canonical: simvx.ide.panels.debug_panel.DebugPanel.global_rotation :type: float ```` ````{py:property} global_scale :canonical: simvx.ide.panels.debug_panel.DebugPanel.global_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.ide.panels.debug_panel.DebugPanel.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.ide.panels.debug_panel.DebugPanel.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.DebugPanel.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.ide.panels.debug_panel.DebugPanel.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.ide.panels.debug_panel.DebugPanel.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.ide.panels.debug_panel.DebugPanel.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.ide.panels.debug_panel.DebugPanel.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, color=None) :canonical: simvx.ide.panels.debug_panel.DebugPanel.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.ide.panels.debug_panel.DebugPanel.wrap_screen ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.panels.debug_panel.DebugPanel.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.panels.debug_panel.DebugPanel.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.panels.debug_panel.DebugPanel.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.panels.debug_panel.DebugPanel.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.DebugPanel.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.DebugPanel.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.panels.debug_panel.DebugPanel.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.DebugPanel.find_child ```` ````{py:method} find(node_type: type) -> simvx.core.node.Node | None :canonical: simvx.ide.panels.debug_panel.DebugPanel.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.panels.debug_panel.DebugPanel.find_all ```` ````{py:property} path :canonical: simvx.ide.panels.debug_panel.DebugPanel.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.panels.debug_panel.DebugPanel.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.panels.debug_panel.DebugPanel.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.panels.debug_panel.DebugPanel.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.panels.debug_panel.DebugPanel.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.panels.debug_panel.DebugPanel.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.panels.debug_panel.DebugPanel.stop_coroutine ```` ````{py:method} destroy() :canonical: simvx.ide.panels.debug_panel.DebugPanel.destroy ```` ````{py:attribute} queue_free :canonical: simvx.ide.panels.debug_panel.DebugPanel.queue_free :value: > None ```` ````{py:property} tree :canonical: simvx.ide.panels.debug_panel.DebugPanel.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.panels.debug_panel.DebugPanel.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_properties :classmethod: ```` ````{py:attribute} get_settings :canonical: simvx.ide.panels.debug_panel.DebugPanel.get_settings :value: > None ```` ````{py:method} __repr__() :canonical: simvx.ide.panels.debug_panel.DebugPanel.__repr__ ```` `````