After loading image with debug probe, the program stays in the very beginning main(). I can step into/ step over/ run(if there is already a break and the program will run to this break point by default) .
However, if there's no break point, after clicking "run", the program seems losing control. I can not pause, read variables, or read registers. The only thing I can do is stop the whole debug project and relaunch again.
Any solution?