debugger breaks don't work in VS.NET

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

I have a VB.NET project in VS.NET that isn't stopping on any breaks. I have
debug mode configured: asp.net debugging checked. Any idea how to get breaks
to work again?

-Max
 
Closing VS.NET altogether and then reopening your solution usually does the
trick. A reboot if that doesn't work. Usually those do the trick - sorry
if you tried those already but you didn't list those below.

mark
www.dovetaildatabases.com
 
You must also make sure the .pdb file is located in the application /bin directory. So if your app name is Myapp.exe or Myapp.dll, then make sure that Myapp.pdb file is in the same directory. This hold all the debugging info
 
Back
Top