I am creating a VB.NET dll. I have created a form and set several breakpoints. It will stop at some of the breakpoints, and not at others.
I have checked that debugging is enabled, several times i've deleted the entire \bin folder, forcing it to recreate itself, restarted my machine, etc. And nothing seems to work. It occassionally will stop at the breakpoints, but most of the time it won't. I even tried to force a breakpoint by hardcoding it-- System.Diagnostics.Debugger.Break()
that just results in a message box popping up and saying that "There is no source code available" .
If you have any other ideas, please let me know.
thanks.
I have checked that debugging is enabled, several times i've deleted the entire \bin folder, forcing it to recreate itself, restarted my machine, etc. And nothing seems to work. It occassionally will stop at the breakpoints, but most of the time it won't. I even tried to force a breakpoint by hardcoding it-- System.Diagnostics.Debugger.Break()
that just results in a message box popping up and saying that "There is no source code available" .
If you have any other ideas, please let me know.
thanks.