Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger break when true
Message
From
24/08/2007 09:18:33
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
24/08/2007 08:16:20
General information
Forum:
ASP.NET
Category:
Testing and debugging
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01250142
Message ID:
01250175
Views:
13
John,

>I faced problem that, my value of my property just changed accidentally. I placed breakpoint at my properties' setter method, but it doesn't seem to be fired.
>
>Is there any way for me to do something like VFP debugger, break once my expression is true, but NOT fixed at particular location?
>
You could also highlight the property name and do "CTL F" with current project set and find all the places it is being referenced. It may be that your private variable is being changed directly rather than through the property. Or just comment it out, build and locate all the errors.

Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform