Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fatal Exception with DEBUGGER
Message
 
 
À
17/07/2000 08:48:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00393177
Message ID:
00393300
Vues:
13
>Thanks for the reply, but that hasn't sorted it.
>
>Does it matter that I am calling the debugger using:
>
>DEBUG
>SUSPEND
>
>in my programs?
>
>Kev

That could be your problem. That is not how we start the debugger in VFP. If we put anything in our code, it woule be the ASSERT or the DEBUGOUT commands. If you use the ASSERT, make sure you isse a SET ASSERTS ON from the command window before running your code. That way, if an ASSERT evaluates to FALSE, you will get a dialogue box asking if you want to debug.

You can set debugger breakpoints by right-clicking on a line of code and select the Set Breakpoint option. You can also set breakpoints directly in the debugger under the Tools menu.
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform