Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP methods you miss
Message
De
16/05/2013 11:48:36
 
 
À
16/05/2013 11:38:14
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01574038
Message ID:
01574100
Vues:
72
>>>>>What do you set in Condition. Can you give an example?
>>>>
>>>>Ctrl+Alt+B to bring up the Breakpoints window.
>>>>Locate the breakpoint.
>>>>Right-click, Condition...
>>>>
>>>>In the popup dialog box, select the option "Has changed".
>>>
>>>But that only checks if the value *has* changed at that specific line. Not the same thing as the ability to break *when* the value changes.
>>
>>
>>You have to change the break location as well I think (am not at my computer).
>
>But wherever you put the break that line has to execute in the course of normal execution. Only in C++ can you set a breakpoint to fire *when* a variable changes so that you can, for example, examine the stack to see what caused it.



Didn't know that was a limitation of .net.

Okay... Hmmm... How about creating a class with operator overrides, replacing the instance variable with the class, and breaking there?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform