FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to start using the debugger
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
How to start using the debugger
Posted: Thu May 20, 2010 02:47 PM

As topic

Best regards,
Otto

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: How to start using the debugger
Posted: Thu May 20, 2010 03:53 PM
Otto,

Do you use the xHarbour Builder of xHarbour.com ?

If so, it's easy. Just check the checkbox to build a debugging version of your application.

And then start this command :
xdebugw.exe applic.exe
The debugger of xHarbour Builder is working very well.

Good luck.

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: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: How to start using the debugger
Posted: Thu May 20, 2010 05:21 PM

Michel,

thank you for your information. I am sorry but I use xHarbour.org.

Can you use UeStudio with xHarbour.com?
Thanks in advance
Otto

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: How to start using the debugger
Posted: Thu May 20, 2010 07:07 PM

Otto,

I'm sorry, but I'm afraid I can't help you.

Until now, I didn't use Uestudio.

Maybe in the near future.

I hope someone can help you. I remember e tread a few weeks ago about this subject.

Good luck.

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: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: How to start using the debugger
Posted: Thu May 20, 2010 07:26 PM

Otto,

Last update of FwDbg for Harbour & xHarbour -> viewtopic.php?f=6&t=18137&start=45#p98707

Version Alpha :D

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: How to start using the debugger
Posted: Thu May 20, 2010 09:29 PM

Carles,

Thank you for your answer.

Unfortunately I don't understand one single word of Spanish (and I don't know if Otto does) which is the language of the topic you mentioned.

Is it possible to put a summary here about what is told in that topic.

Thank you very much in advance.

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: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: How to start using the debugger
Posted: Thu May 20, 2010 09:53 PM

Michel,

In few words there was problems running the debugger with xHarbour, because this goes bad the parameters. But now this is already solved and it seems that already works and xHarbour & Harbor.

Add Workareas inspector

You can download from http://www.box.net/shared/p8qyvmia1z

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 6
Joined: Mon Oct 04, 2010 06:06 PM
Re: How to start using the debugger
Posted: Thu Nov 04, 2010 07:24 PM

Hi,

How to use FWDBG?

xHarbour sept 2008
FWH 8.09

Thanks

Eduardo

Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: How to start using the debugger
Posted: Fri Nov 05, 2010 08:50 AM
driessen wrote:Otto,

Do you use the xHarbour Builder of xHarbour.com ?

If so, it's easy. Just check the checkbox to build a debugging version of your application.

And then start this command :
xdebugw.exe applic.exe
The debugger of xHarbour Builder is working very well.

Good luck.

Hi Michel,

I use also xHarbour commercial. When I try to use debugger it gives an error like below:

Connecting to the debugging server 127.0.0.1:10000...
Connection failed
The program has been terminated.

I have shut down the virus program. any comment?.
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: How to start using the debugger
Posted: Fri Nov 05, 2010 10:56 AM

Eduardo

Debugger is available from 10.2. To test it simply go to FWH\samples and type: buildh.bat tutor01 /b (or buildx.bat). The debugger will be shown automatically.

Horizon,

FWDebug dont' working in xHarbour Builder, i'm sorry. In this case you error maybe internal debugger of xH Builder, i don't know

Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 6
Joined: Mon Oct 04, 2010 06:06 PM
Re: How to start using the debugger
Posted: Fri Nov 05, 2010 11:11 AM
Hi,

In the Windows Firewall, you must to include:
- program xdebugw.exe
- port 10000, name xdebugw.exe

Recompile all sources and relink, check "include debug" (part 4 of xbuilder)

Good luck :-)

Eduardo

Horizon wrote:
driessen wrote:Otto,

Do you use the xHarbour Builder of xHarbour.com ?

If so, it's easy. Just check the checkbox to build a debugging version of your application.

And then start this command :
xdebugw.exe applic.exe
The debugger of xHarbour Builder is working very well.

Good luck.

Hi Michel,

I use also xHarbour commercial. When I try to use debugger it gives an error like below:

Connecting to the debugging server 127.0.0.1:10000...
Connection failed
The program has been terminated.

I have shut down the virus program. any comment?.

Continue the discussion