Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger won't stay open
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00303901
Message ID:
00303904
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform