VSCodeExtension#
- class omni.kit.debug.vscode_debugger.VSCodeExtension#
 Bases:
IExt,MenuHelperExtensionFullExtension to enable connection of VS Code python debugger. It enables it using python ptvsd module and shows status.
Methods
__init__(self)Shuts down the extension and cleans up menu items.
This method initializes the extension UI and sets up debugger status updates.
Attributes
ATTACH_DISPLAYMENU_GROUPWINDOW_NAME- __init__(self: omni.ext._extensions.IExt) None#
 
- on_shutdown() None#
 Shuts down the extension and cleans up menu items.
- on_startup() None#
 This method initializes the extension UI and sets up debugger status updates.
- Returns:
 None