FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Harbour debuger for FWH1107 console mode
Posts: 17
Joined: Thu Feb 28, 2008 06:56 PM
Harbour debuger for FWH1107 console mode
Posted: Thu Feb 23, 2012 06:43 PM

I am attempting to use the console mode debugger per instructions.

I am using the fwh1107 sample altd.prg and compiling with harbour v3.0 using bcc582.
I am using /b for compile and linking without -aa (for console mode) and with gtwin.lib (per instructions)

Upon execution I get the FiveWin debuger NOT the Harbour debuger?
Please advise.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbour debuger for FWH1107 console mode
Posted: Fri Feb 24, 2012 08:44 AM

Perry,

Please link Harbour hbdebug.lib before FiveH.lib. In example, modifying FWH\samples\buildh.bat:

echo %hdirl%\hbdebug.lib %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib + >> b32.bc

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 17
Joined: Thu Feb 28, 2008 06:56 PM
Re: Harbour debuger for FWH1107 console mode
Posted: Fri Feb 24, 2012 03:52 PM

That is a simple matter that makes it work - thank you Antonio.

Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Harbour debuger for FWH1107 console mode
Posted: Mon Feb 27, 2012 07:14 PM

Antonio, en el depurador de harbour, las variables de fecha estan siendo tratadas como numericas, por ejemplo lista las variables y selecciona una que sea de tipo fecha, y presiona enter, inmediato pasa a ser numerica.

hay que reportarlo en la lista de desarrolladores, pero no se como.

salu2

carlos vargas

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbour debuger for FWH1107 console mode
Posted: Mon Feb 27, 2012 10:32 PM
Carlos,

Estando identificado con una cuenta de usuario de google (gmail, etc) accede a esta dirección:

https://groups.google.com/forum/?hl=es&fromgroups#!forum/harbour-devel

Cuantos más cooperemos, mejor :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion