Page 1 of 2

Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 6:07 pm
by don lowenstein
I use FWH1302 and Harobur 3.0 and 3.2.

I'm having problems with Harbour 3.0 and 3.2's console debugger.

the F7 (run to) and F9 (add break point) don't seem to work in my resultant .exe

I can use altd( 1 ) and altd( ) to break program operation but once I hit a break point I can't seem to set them on the fly with the F9 key.

has anyone seen this? or does anyone know of a great debugger to use for this?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 6:18 pm
by Antonio Linares
Don,

Have you tried to use the FWH built in debugger ?

From FWH\samples folder, do:

buildh.bat tutor02 /b

Image

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 7:07 pm
by don lowenstein
yes, but, I don't speak spanish and some of the messages are in spanish.

is there an english version?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 7:45 pm
by Antonio Linares
Don,

The above screenshot is all in english. What spanish messages do you get ? thanks :-)

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 7:59 pm
by don lowenstein
upon exit the question is in spanish.

i assumed (perhaps incorrectly) that there were other spanish items within.

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Mar 13, 2013 10:08 pm
by Antonio Linares
Don,

We have just fixed it for next FWH version, thanks.

If you find any other spanish msg, please let me know it so we will properly translate it :-)

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Mon Mar 18, 2013 4:03 pm
by don lowenstein
In the FWH debugger, what is the functional equivalent to the console mode F5 - run command?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Mon Mar 18, 2013 4:21 pm
by Antonio Linares
Don,

It is the same key, F5 (also available from the debugger menu)

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Mon Mar 18, 2013 4:46 pm
by don lowenstein
I pressed F5 but the debugger stopped. my intent was to "run" to the next breakpoint - F9 functional equivalent.
.

do we have the "breakpoint" capability in this debugger?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Mon Mar 18, 2013 9:10 pm
by Antonio Linares
Don,

Yes, simply double click on the desired source code line where you want the breakpoint to be:

We are going to implement it as a menu option too, thanks :-)

Image

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Mon Mar 18, 2013 9:31 pm
by Antonio Linares
Already implemented for next FWH build:

Image

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 9:42 am
by AntoninoP
Hello,
I found some Spanish texts: (v.15.01)
Image
The debbuger asks every time for folder with code, there is a way to eliminate this issue?
Another problem is that the code is trimmed, the starting spaces in the code lines are removed, the formatting is not preserved!
Thanks,
Antonino Perricone

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 10:12 am
by Enrico Maria Giordano
Antonio,

I'd like to try Fivewin Debugger. I compiled with /b and linked xHarbour debug.lib but debugger doesn't show. What am I missing?

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 10:27 am
by AntoninoP
Hello,
I don't know, I am using harbor and simply building the project with hbmk2 /b. First time it asked for fwdbg.dll then worked "fine".
sorry,
Antonino Perricone

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 10:31 am
by Enrico Maria Giordano
Antonino,

I already tried /b and fwdbg.dll to no avail. :-(

EMG