R Ronny Oct 27, 2008 #1 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
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] Oct 28, 2008 #2 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 Click to expand... 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.
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 Click to expand... 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 Oct 28, 2008 #3 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 Click to expand... VS2005 is buggy for the debugger (no pun intended). I would upgrade to VS2008, but even that has bugs I've found. RL
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 Click to expand... VS2005 is buggy for the debugger (no pun intended). I would upgrade to VS2008, but even that has bugs I've found. RL