How to enable "New Data Breakpoint" in C#.Net

I am using MS team edition of 2005. I have developed a C# Windows application project. When I am running the project in Debug mode and try to set a break point in 'New Data Breakpoint', it is disabled (grayed out) in both the main debug menu and the break points window.

Could any one help me how to enable this
Thanks in advance.

Regards,
Santosh.


Answer this question

How to enable "New Data Breakpoint" in C#.Net

  • Allen Razdow

    I'm pretty sure that feature isn't implemented in the debugger. Tough to do with the garbage collector moving stuff around. Maybe in next version. Moved to C# IDE forum.


  • shakalama

    hi Bob,

    No i am able to set the "Break at function" type of braeak point. but I am not able to set the "New Data BreakPoint".

    Do you have any idea on this

    Regards,
    Santosh.


  • Khenat.Ram

    Hi Santosh

    Do you means you always can't set break point

    as I often set new breakpoint by click at the left side border of the coed window,

    could you explain it a little more

    Best regards!



  • How to enable "New Data Breakpoint" in C#.Net