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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Clipper 5.3 debugger

Status
Not open for further replies.

mfigueiredo

Programmer
Sep 28, 2001
4
0
0
PT
HI!

I've solved my problems (posted some time ago) with the string size on compiler by upgrading to clipper 5.3 but nou I have another problem!

In clipper 5.2 wend I ran the cld I pressed ALT+D to chage to the "code mode" where I could choose step by step, etc... but with the compiler in clipper 5.3 I can't, can anyone tell me why??? would be very gratefull.

MIGUEL FIGUEIREDO
 
Try using the F8 key while boot your pc, and then choose "dos mode". CLD.EXE will not run in windows.
regards.
 
getting debug to work in 5.3 was difficult for me as well.
contrary to the previous posting, it will work within a DOS session. The secret is in how you link the cld.lib into the executable. The lib needs to be linked in as a file, ie. file cld.lib, not as a typical library. Read through older threads on here and you will find additional specifics.
Best of luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top