Altera_Forum
Honored Contributor
19 years agoUnexpected breakpoints
I have recently build up a section of my code, added a task to the system and now I am not able to run the software at all.
The debuger stops every moment on modules like alt_irq_handler and other library modules like there was a breakpoint there, but there is no breakpoint set. I opened the window with breakpoints and it is empty. I have the tools set to not stop at "main" function but run the code full speed. What could be the problem here ? I have tried to build the code with no debugging (option "release" in the compiler settings) and the code has problems running at all. Where to look for the causes ? I use nios II v6 with micro-C/OS II and latest Nios EDS tools.