Hi,
when I debug the cycloneVsoc the breakpoint is usually unstable using auto semihosting
As you can see I didnt set any breakpoint setting but it still stopped.
Another issue would be when I set the breakpoint in some lines, it did stop and cant step through.
Sometimes when I want to use step it just ran the whole thing.
When I disconnect, reboot the board the issue still exist.
Any idea to solve this problem?
Reguards.
Alex
HI Alex,
It is hard to say for sure without seeing the disassembly underneath, but probably the command:
set semihosting enabled off
Should clear this (assuming your code does not contain any semihosting operations).
Hi, here is the full screen shot
I need to use the auto semihosting to debug so this code may not be able to help.