Re: Stop to Debug a program
From: Cindy Winegarden (cindy_winegarden_at_msn.com)
Date: 11/04/04
- Next message: Fred Taylor: "Re: updating excel data from Visual Foxpro"
- Previous message: rolly: "Re: updating excel data from Visual Foxpro"
- In reply to: Robert: "Stop to Debug a program"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 4 Nov 2004 16:54:05 -0500
Hi Rob,
In addition to what Olaf suggested, you can use SUSPEND. Alternatively you
can set a breakpoint on some value to stop when it changes, including
Program() or Program() = "MyProgram". That way you don't have any extra
stuff in your code.
-- Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP cindy_winegarden@msn.com www.cindywinegarden.com "Robert" <Robert@discussions.microsoft.com> wrote in message news:94FB2F05-3CAD-40E3-BEAC-53BEE70E0AC0@microsoft.com... > Hi, > > I'm using FoxPro 6. In the program I need to stop the running so i can > step > through the remaining bit. I know there is a command i can put in the > program > which will do this. I have used the command in the past. BUT I can't for > the > life of me remember what the command is. I think it's something like SET > STOP, but am unsure. > > Any help would be greatly appreciated. > > Rob
- Next message: Fred Taylor: "Re: updating excel data from Visual Foxpro"
- Previous message: rolly: "Re: updating excel data from Visual Foxpro"
- In reply to: Robert: "Stop to Debug a program"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|