Hello,
I'm using FWH and xHarbour. I'm building my application with xHarbour Building. All versions from December 2006. It all works fine.
But I've read here so much about debugging.
Can someone tell me exactly how I do implement the debugger in my appliction ? What do I need to do ?
Thanks a lot in advance.
Debugging
Debugging
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
- Antonio Linares
- Site Admin
- Posts: 42516
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 75 times
- Contact:
Antonio,
I tried to follow your instructions, unfortunately with no luck.
This is what I did :
![Image](http://www.ma-consult.be/xhb.jpg)
What did I do wrong ?
Thanks.
I tried to follow your instructions, unfortunately with no luck.
This is what I did :
![Image](http://www.ma-consult.be/xhb.jpg)
What did I do wrong ?
Thanks.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Do not add debug.lib to your project.
Make sure the .prg file you want to debug has been recompiled with the debug option checked or you can check the option "Force Clean Build" on options screen 1.
Then at the command prompt (Dos Window) type
xdebugw myapp.exe
You have to type the full name of your program along with the .exe.
You can also include ALTD(2) somewhere in your program, maybe close to the beginnig.
Make sure the .prg file you want to debug has been recompiled with the debug option checked or you can check the option "Force Clean Build" on options screen 1.
Then at the command prompt (Dos Window) type
xdebugw myapp.exe
You have to type the full name of your program along with the .exe.
You can also include ALTD(2) somewhere in your program, maybe close to the beginnig.
Gale,
Thanks a lot for your reaction.
I tried to follow your instructrions.
This results into the screen which is shown here :
![Image](http://www.ma-consult.be/xhb1.jpg)
Except for the fact that I am asked to choose the starting PRG-file, nothing happens.
For a few seconds, this is shown in the console at the bottom :
Pushing on "Start" or "Step" doesn't result into any reaction.
What do I need to do now ?
Thanks a lot in advance.
Thanks a lot for your reaction.
I tried to follow your instructrions.
This results into the screen which is shown here :
![Image](http://www.ma-consult.be/xhb1.jpg)
Except for the fact that I am asked to choose the starting PRG-file, nothing happens.
For a few seconds, this is shown in the console at the bottom :
Connecting to 127.0.0.1:10000...
Pushing on "Start" or "Step" doesn't result into any reaction.
What do I need to do now ?
Thanks a lot in advance.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773