Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running app in Debug Mode

Status
Not open for further replies.

jfield817

Programmer
Jun 2, 2000
153
US
I cant remember how to run a clipper app (clipper 5)
in debug mode .....Using Rtlink as linker

Please refresh my memory

Thanks
John

 
with cld linked in to app...
while running app, press Alt and D keys...
or...
if you want debug to start at a particular area with logic,
type ALTD() into logic and recompile- program wil;l run until this function is reached the will go into debug.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top