Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger question
Message
From
02/05/2000 15:14:56
 
 
To
02/05/2000 13:51:23
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00365161
Message ID:
00365262
Views:
16
Nick beat you to it, but thanks. :)

Michelle


>Try this:
>
>Assume llOk = .T. and you want to know when it switches to .F.
>
>Set a watch for this expression, and set the debugger to break when it's value changes.
>
>IIF(TYPE("llOk")<>"L", .T., llOk)
>
>This way, when it's out of scope the expression will return .T., so the debugger won't suspend execution.
>
>Hope this helps,
>
>Chris
Previous
Reply
Map
View

Click here to load this message in the networking platform