Training
×

Visual Studio Debugging INtime

The Visual Studio (VS) integrated debugger can be used for INtime projects. An INtime project either is created with the INtime application wizard or converted applying appropriate Visual Studio settings. For these settings, please see “Developing INtime Applications” in the documentation.
Because Visual Studio is a Windows application, it can only work properly if Windows gets CPU time regularly. Because of the special context in an interrupt handler, you must not set breakpoints in an interrupt handler.
Any INtime node can be accessed by the VS Debugger. INtime real-time processes can be debugged simultaneously when you start an instance of VS for every INtime process.
The VS debugger can either load and debug an INtime process or attach to a running INtime process.