DebugBreak#

class omni.kit.debug.vscode_debugger.DebugBreak#

Bases: Command

A command to trigger a breakpoint in the Python debugger.

This class is a custom command used within the Omni application to initiate a breakpoint inside the Python code. It leverages the Omni application’s debugging tools to pause execution at the point where this command is executed. This allows developers to inspect the current state of the application and perform debugging tasks.

Methods

do()

Triggers a breakpoint in the Python debugger.

__init__()#
do() None#

Triggers a breakpoint in the Python debugger.

Returns:

None