|
Real-Time Debugger
ADvantageVI includes an integrated source-level debugger based on the GNU
GDB debugger. The debugger performs the following tasks:
- Debug C/C++ application code
- Debug Simulink s-functions
- Debug custom device driver code
It allows you to use one debugger session for each model in a multi-model simulation
to perform simultaneous debugging.
Features of the ADvantageVI debugger include:
- Break points, watch points, catch points, break conditions
- Continuing and stepping
- Stack frames, back traces
- Source display, source search
- Examine data – expressions, variables, arrays, memory region, registers
- Additional features for C++ source
<next>
|