VSCodeExtension#

class omni.kit.debug.vscode_debugger.VSCodeExtension#

Bases: IExt, MenuHelperExtensionFull

Extension to enable connection of VS Code python debugger. It enables it using python ptvsd module and shows status.

Methods

__init__(self)

on_shutdown()

Shuts down the extension and cleans up menu items.

on_startup()

This method initializes the extension UI and sets up debugger status updates.

Attributes

ATTACH_DISPLAY

MENU_GROUP

WINDOW_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