Forum Discussion
Altera_Forum
Honored Contributor
22 years agoDebugging asm code in IDE
Hi, I'm trying to debug assembler code, but the debugger never jumps into the asm code like it does with c code. It just ignores the breakpoint set on the asm line. Cheers
Altera_Forum
Honored Contributor
22 years agoI had the same problem,
try to set a breakpoint in C/C++ Perspective, in the tree view, at the function name,your assembly routine (right click, add breakpoint). the debugger stops then at the beginning of the assembly routine, from then on breakpoints also work in asm code.