Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

SD433: Debugger always jumps to main() whereever the breakpoint is

$
0
0

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


Viewing all articles
Browse latest Browse all 1764

Trending Articles