FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DEBUGGING a program
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
DEBUGGING a program
Posted: Sun Apr 22, 2007 08:13 PM

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
Posts: 53
Joined: Fri Mar 23, 2007 04:10 AM
DEBUGGING a program
Posted: Sun Apr 22, 2007 08:42 PM

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

Posts: 252
Joined: Tue Oct 25, 2005 02:48 PM
DEBUGGING a program
Posted: Mon Apr 23, 2007 08:09 PM

Antonio,

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

Regards,
Maurilio

Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
DEBUGGING a program
Posted: Mon Apr 23, 2007 10:16 PM

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.

Continue the discussion