Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Debugger won't stay open
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00303901
Message ID:
00303904
Vues:
20
>I was in a VFP users group meeting tonight. They were able to run the debugger at the same time that they were running a program.
>
>For some reason, my debugger minimized whenever I hit the run button!
>
>What can I do about this?
>
>thanks, Randy

Randy,

There are several ways to invoke the debugger:

1. In your code say SET STEP ON

2. Set a breakpoint in the Watch window i.e. myVar and then double click in the right margin. You should see a red circle. When your program executes, everytime the value of myVar changes, execution will stop and you can step through debug.

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform