Debug a Build
Recognizing the critical role of debugging in development, Omniverse offers tools and automation to streamline and simplify debugging workflows. In combination with third-party tools, Omniverse accelerates bug and anomaly detection, aiming for steady increases in project stability throughout the development process.
Omniverse provides utilities for debugging via extensions both for use within a given Application or in conjunction with third-party tools such as VSCode.
Console Extension : Allows the user to see log output and input commands directly from the Application interface.
Visual Studio Code Link Extension : Enables the connection of an Omniverse Application to VS Code’s python debugger.
Additional Learning:
Video Tutorial - How to Debug Your Kit Extension with Omniverse Code App.
Advanced Project Template Tutorial - Step-by-step instructions for debugging within the context of an Application development tutorial.
Debug a Connector - A step-by-step guide for debugging a Connector during development.