Does xTIMEcomposer tool supports debugging in assembly? Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Does xTIMEcomposer tool supports debugging in assembly?

Post by sethu_jangala »



View Solution
User avatar
kris
Experienced Member
Posts: 84
Joined: Mon Jan 18, 2010 2:52 pm

Post by kris »

Yep. From within the xTIMEcomposer studio, create and launch a debug configuration. Once in the debug perspective, open the 'Disassembly view'. This can be found via Window->Show View->Disassembly. This view shosw the assembly instructions being executed along with the current location. Breakpoints can be set by double clicking in the left hand margin (in a similar mannar to the way this is done for source files). If you require single stepping over assembly instructions, then this can be enabled via the 'Instruction Stepping Mode' button located on the toolbar of the 'Debug' view (the one that show the stack trace).