FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with FiveWin debugger 16.03
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Problem with FiveWin debugger 16.03
Posted: Sat May 07, 2016 09:52 PM

Guys:

When debugging a program, I press F5 to run the program but instead it ask me if I want to exit from the debugger. How can I make the program run until a breakpoint ?

Thank you very much !

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Problem with FiveWin debugger 16.03
Posted: Sun May 08, 2016 07:40 AM

Gustavo,

You have to press F6

There is a minor typo in the debugger menu that it is already fixed for next FWH version

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Problem with FiveWin debugger 16.03
Posted: Tue May 10, 2016 10:49 PM

Antonio:

I pressed F6 & F5 and it keeps asking me: exit from debugger ? How can I make the debugger run the program all at once instead of going line by line (F8) ?

Thank you very much my friend !

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: Problem with FiveWin debugger 16.03
Posted: Wed May 11, 2016 05:44 AM

Hi,

Can you try [F5] - Go ?

If you have executed mode debugger, the message always appears "exit from debugger" at the end of the application

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: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Problem with FiveWin debugger 16.03
Posted: Wed May 11, 2016 06:16 AM

Carles:

As soon as I press F5 it ask me if I want to exit the debugger. If I go to the top menu / Debugger / Go the same thing happens.
Thank you for your help.

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: Problem with FiveWin debugger 16.03
Posted: Wed May 11, 2016 06:25 AM

Hi,

Then you have 2 options

  1. Compiling without the flag /b (then the debugger doesnn't connect)
  2. include on your project fwdbg.prg modul with modified metho ::DbgEnd () and delete the message "exit from debugger"
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: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Problem with FiveWin debugger 16.03
Posted: Wed May 11, 2016 06:44 AM

Gustavo,

  1. You have to set a breakpoint

  2. Press F6 to run until the breakpoint

Here it is working fine

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: Problem with FiveWin debugger 16.03
Posted: Wed May 11, 2016 02:17 PM

Antonio:

Thank you, now working fine !

Continue the discussion