Forum Discussion
Ahmed_H_Intel1
Frequent Contributor
6 years agoHi,
The debugger level shows the level of targeted components in the debugger. The following video show you how to debug a NIOS II application
https://www.youtube.com/watch?v=VExM1gtWUCA
Note: Normally you must set the optimization and debug levels the same for the application,
the BSP, and all user libraries in a software project. If you mix settings, you cannot
debug those components which do not have debug settings. For example, if you
compile your BSP with the -O0 flag and without the -g flag, you cannot step into the
newlib printf() function
ABola2
New Contributor
6 years agoThanks Embedde guy for this Note.