Problem in IDE while debugging

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a project, which is written in VB.NET. When, I am trying to debug,
I am able to debug in only some forms. In the remaining forms, eventhough, I
have put the breakpoints, I am unable to get the control at that breakpoints.
Without this breakpoints, I am unable to proceed, as I need to fix some bugs
here.
So, please let me know how can I solve this problem?

--With Regards,
Sheshadrinath.R
 
Here are some fixes you can try:

1. Re-start Visual Studio

2. Rebuild the solution, then run it in the debug mode.

3. Go to the bin\debug folder and delete any *.pdb file and then run it in
the debug mode.

One of these should work.

David

======================================
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
 
Hello,
Thanks for the reply. I have already tried all the options that was
mentions below. But still I am unable to debug properly. Do I need to
re-install VS.NET?
 
Reinstalling is always the last ditch effort. Did you remove all files from
the bin directory and re-build?

Also, is this an ASP.NET project or WinForms?
 
Back
Top