To
set a trigger from the
Disassembly
view:
- Open the
Debug Configurations
dialog box and enable trace and profiling.
- Specify the trigger conditions as required.
- Save the settings and debug your project.
- After the application halts, open the
Disassembly
view and scroll to the address line of the function or instruction where you want to set the trigger.
- Right-click on the marker bar corresponding to that address line and select
Trace Triggers >Toggle Trace Trigger A/B
.
- Resume your application to collect trace.
This is how you set a trigger from the
Disassembly
view.