BreakPoint in VS2005

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
 
M

Morten Wennevik [C# MVP]

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.
 
R

raylopez99

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top