BreakPoint in VS2005

  • Thread starter Thread starter Ronny
  • Start date Start date
R

Ronny

I use C# in VS2005 and can't set a data breakpoint(the option is disabled).
Is that normal?
Is there a workaround?
Regards
Ronny
 
Ronny said:
I use C# in VS2005 and can't set a data breakpoint(the option is disabled).
Is that normal?
Is there a workaround?
Regards
Ronny

Hi Ronny,

How do you set the breakpoint?
You can only set breakpoints on valid code lines. If you are trying to set
a breakpoint in an external assembly, then you need the have the correct pdb
file.
 
I use C# in VS2005 and can't set a data breakpoint(the option is disabled).
Is that normal?
Is there a workaround?
Regards
Ronny

VS2005 is buggy for the debugger (no pun intended). I would upgrade
to VS2008, but even that has bugs I've found.

RL
 
Back
Top