Right, but that isn't what the OP wants. The OP wants to say "any time
any method/property in this class is accessed, break".
The feature in VB allowed you to watch a value, and when it changed,
break.
Two very, very different things.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Andy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On May 2, 11:26 am, "Ignacio Machin \( .NET/ C# MVP \)" <machin TA
> laceupsolutions.com> wrote:
>> I don't know of nothing like this. I have never seen a IDE with that
>> feature.
>
> VB6 had this feature. It would break immediately after the line which
> changed the watched value.
>