FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Debugging
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Debugging

Posted: Fri Dec 05, 2014 12:54 PM

Hello,

Can someone tell me in a few words how to use the debugger with FwH (14.11) and Harbour?

Thanks a lot in advance for any help.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Debugging

Posted: Fri Dec 05, 2014 05:28 PM

Michel,

Basically all you have to do is to compile your PRGs using /b when calling Harbour.

The debugger will show automatically.

Anyhow for complex applications it does not behave as expected. Too many steps to go through.

Using MsgInfo()s or OutputDebugString() is a much efficient way to debug the app.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion