Harbour 3.0 and 3.2 debugger F7 and F9 problems

User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post by cnavarro »

C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post by cnavarro »

You have the "fwdbg.dll" file in the directory where you run the application?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
AntoninoP
Posts: 347
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post 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?
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post 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
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post 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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post 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
Gross
Posts: 41
Joined: Sat Mar 09, 2013 8:17 am
Location: Germany Kassel
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post by Gross »

I use the debugger by Alexander S. Kresin (HWGui)
So I am very satisfied!

greeting
Manfred
Manfred Groß
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

Post by Antonio Linares »

Manfred,

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

Antonio Linares
www.fivetechsoft.com
Post Reply