Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C0000005 Errors with Debug
Message
 
 
À
18/04/2000 11:37:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00357020
Message ID:
00360900
Vues:
14
>She no workee. I have the debugger open and can see the breakpoint listed, but the EXE blew past it like a freight train.

Then try this. Where you want to stop execution, put the following command:

ASSERT 1=2

Before you run the EXE, type the following in the Command Window:

SET ASSERTS ON

When it hits the ASSERT 1=2 line, you will get a message box where you can start stepping through the code. By default, at runtime, SET ASSERTS is OFF so all ASSERT command lines are ignored.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform