Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan I step the assembly code in IDE?
I only know how to step the source code when debugging using IDE. Can I step the assembly code in IDE like GDB(insight)? I know how to use GDB+insight to debug application of Altera NiosII proj...
Altera_Forum
Honored Contributor
21 years agoIORD and IOWR are macros (the IORD_xDIRECT family are all macros too).
So you can't step into them because they appear inline (and normally compile up into exactly one instruction each in optimised code.