Can I debug the code from the generated assembly file step-by-step?
Yes this can be done. From the debugger perspective toolbar, select
Window > Show View > Disassembly
. The
Disassembly
window appears displaying the assembly code generated from the C code. Breakpoints can be set by double-clicking on assembly line.