I have a little vb.net program which I want to debug.
When I set a breakpoint and then run the program
the debugger stops at the correct code line.
But when I run the next step with F10 or F11, the debugger stops the run and jumps to main-method, where it starts the program again.
How can I stop a program at a specific line AND from there execute line by line. (As in MSVS with F-Keys)
Thanks ahead
Mathias