Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugger Does not always work?
Message
De
14/10/2002 13:14:59
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00710843
Message ID:
00711001
Vues:
19
>Why does the debugger not always stop at the break point I have added? I have put the break on a blnak line and on a line of code and it stil does not always work. Sometimes after restarting FoxPro the problem is solved?

Do put break points on lines of code, not blank lines. That said, sometimes setting breakpoints in the code window for a superclass's method doesn't create a breakpoint with the "correct" syntax. Might this be the case? If so, then when it happens, check the breakpoints dialog (CTRL-B). If the BP looks like:
parentclass::method,lineno
try recreating it so it looks like the following:
objectname.method, lineno
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform