Search

Data Breakpoints in managed code by Patrice Lamarche

Closed
as External Help for as External

11
0
Sign in
to vote
Type: Suggestion
ID: 333647
Opened: 3/19/2008 1:07:46 PM
Access Restriction: Public
0
Workaround(s)
It would be really great to have the Data Breakpoints feature in Visual Studio not only for native code but also for managed code (C# at least :)
Details (expand)
Product Language
English

Version

Visual Studio 2008
Operating System
Windows Vista
Operating System Language
English (US)
Problem Statement
There's no possibility to break the execution wherever the execution point is when the value of a variable changes. You only can get the information of the change of a var for specifics breakpoints.
Proposed Solution
Implement the Data Breakpoint for C#
TAP Code (if applicable)
 
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey.

 

Sign in to post a comment.
Posted by Microsoft on 3/20/2008 at 8:48 AM
PartriceVB,

Thanks for the feedback on the Visual Studio Debugger. Managed Data Breakpoints is something we have wanted for a long time. There is key infrastructure in the CLR that is missing for us to implement this. However, this is certainly on the list for a future version of VS. In the meantime, what most people do as a workaround this is use properties to access their fields and then set breakpoints in the setter of the property.

Thanks again for the feedback

The Visual Studio Debugger Team
Sign in to post a workaround.