DEBUGGING a program

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ollie,

Ok we found the problem: You need FWH 7.04 and the Harbour setup we provide with it. It does not work with 7.01.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
PatrickWeisser
Posts: 53
Joined: Fri Mar 23, 2007 4:10 am
Location: Seattle, WA, USA
Contact:

Post by PatrickWeisser »

Ollie,

I just wanted to let you know that Antonio had me upgrade to the latest version of FiveWin (7.04) and the debugger is working perfectly now. You will still need the gtwin.lib file Antonio mentioned.

-Patrick
User avatar
Maurilio Viana
Posts: 252
Joined: Tue Oct 25, 2005 2:48 pm
Location: Garça/Garza/Heron City - Brazil
Contact:

Post by Maurilio Viana »

Antonio,

I use xHarbour Comercial. What I must do to debug work with it?

Regards,
Maurilio
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Post by Gale FORd »

If you use the commercial xHarbour then you can use the debuger made for windows.

Compile the source with debug checkbox on.
Then run your program as follows

xDebugW myprogram.exe

don't forget to add the .exe to the filename.
Post Reply