Page 2 of 2

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 10:48 am
by cnavarro

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 11:03 am
by Enrico Maria Giordano
Cristobal,

no, it just freezes.

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 11:19 am
by cnavarro
You have the "fwdbg.dll" file in the directory where you run the application?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 11:25 am
by Enrico Maria Giordano
Cristobal,

yes. Surely I'm missing something...

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 12:01 pm
by AntoninoP
After using the debbuger for some hours, would be great if:
  • it saves on a file (in the same directory of exe) the location of source file and of breakpoints.
  • It keeps the spaces/tabs at beginning of lines
  • It has the shortcut CTRL+G to go at line by number
  • It has In the file list a textbox to search quickly the file
I think they are not complex requests...

A very awesome feature would be if the dbg window does not close and I can break the program pressing a button. My program still freezes and I don't know where... But It think a very complex feature...

Regards,
Antonino Perricone

PS. For Enrico, If you remove fwdbg.dll the program asks for it?

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 12:10 pm
by Enrico Maria Giordano
Antonino,
AntoninoP wrote:PS. For Enrico, If you remove fwdbg.dll the program asks for it?
No. :-(

So, compiled with /b, linked debug.lib, added ALTD( 1 ) to my PRG (with ALTD() it just freezes), put fwdbg.dll in the same dir. What else?

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 4:20 pm
by James Bott
Enrico,

Possibly an anti-virus program blocking it?

I use Webroot and it is pretty aggressive about any program doing anything unusual.

James

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 7:13 pm
by Enrico Maria Giordano
James,

Don't think so. I use Windows Defender (the antivirus integrated in W8.1).

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Wed Feb 18, 2015 7:20 pm
by Enrico Maria Giordano
Ok, problem solved! I missed some FWH modules. :-)

At first sight it looks like a very nice debugger! In selected cases it will be very useful to me! :-)

EMG

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Thu Feb 19, 2015 4:39 pm
by Gross
I use the debugger by Alexander S. Kresin (HWGui)
So I am very satisfied!

greeting
Manfred

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Thu Feb 19, 2015 8:07 pm
by Antonio Linares
Manfred,

Could you post some screenshots of it ? thanks :-)

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Posted: Fri Feb 20, 2015 7:56 am
by Maurizio