Altera_Forum
Honored Contributor
20 years agoHow to debug in ASM code
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif 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. How do I write asm code to "convince" the compiler/assembler to add debug code?