Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Assert - Debug
Message
De
10/04/2002 13:10:52
 
 
À
09/04/2002 12:59:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00641821
Message ID:
00643320
Vues:
18
>
>The debugger doesn't start at all. I'm using VFP 7.0 with SP1.

What happens if you change the assert command with
IF (NOT llAsertCondition) AND (Application.Startmode = 1)
   DEBUG
   SUSPEND
ENDIF
llAsertCondition stands for the condition you wish to assert.
This is not solution, however with it we can find out whether the problem is from the debugger or from the assert command.
Is your form modal? Check tools-options-debug [environment] combo box value - it should be Debug Frame or FoxPro frame - tell me what is your setting.

Regards
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform