Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS SBT IDE Debugger Problems
I've been all over the forums and have yet to see an answer to this problem. I'm trying to debug some simple code using the debugger in the NIOS IDE. It basically reads/writes to on chip memor...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- 1. The debugger ignores my breakpoints. There is a little yellow triangle with an exclamation point and the code on that line is underlined in yellow. If I mouse over it, the message "unresolved breakpoint" appears. 2. If I suspend the debugger it gives me the message "No source available for "main() " ", so I can't even see where the code is suspended. --- Quote End --- This usually means the debugger source file list is somewhat corrupted and it has not the correct references to actual source files. It happened to me a couple of times, too, but I can't remember how I solved it. I guess you already tried to clean the project and recompile all. Then, if you have not done yet, create a new debug configuration. The last option would be re-create the project from scratch.