Debugging with Visual Studio
Two types of binaries can be debugged in the RTSS environment:
- RTSS process – the executable code that performs your real-time tasks consisting of one or more threads.
- RTDLL – a real-time dynamic link library loaded by an RTSS application, either implicitly or explicitly.
Before running or debugging any programs, ensure that the Real-time Subsystem is running by checking Subsystem status in wRTOS Settings. If you do not start the Subsystem, you may experience a short delay at the start of debugging.
Note: The MaxRT wRTOS Debugger supports relative pathnames.
Topics:
- VSIX Packages Installed with the wRTOS SDK
- Debugging RTSS Applications
- Debugging RTDLLs
- Setting Debugging Properties in Visual Studio
- Supported Visual Studio Breakpoint Features
- Debugging Multiple Processes Simultaneously
- Attaching to a Running RTSS Process
- Remote Debugging with Visual Studio
- Debugging Hints and Tips