|
|||||||||||
Technical Support Support Resources
Product Information |
µVISION DEBUGGER: Starting and Stopping Trace CaptureInformation in this article applies to:
QUESTIONIs there a way in the µVision Debugger to start and stop trace recording dynamically as my program runs? There are only a few places where I want to record the instructions that are executed. ANSWERYes. The µVision Debugger has a System Variable named itrace that you may use to enable or disable trace recording. This trace only works for the simulator and not the monitor debugger (mon51, mon166, mon251). For example: itrace = 1; /* Enable Trace Recording */ itrace = 0; /* Disable Trace Recording */ You may download the µVision Simulator C166 Trace Memory Example attached to this article for a more complete example. SEE ALSO
ATTACHED FILESRequest the files attached to this knowledgebase article. Last Reviewed: Thursday, January 14, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.