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 !
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 !
Gustavo,
You have to press F6
There is a minor typo in the debugger menu that it is already fixed for next FWH version
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 !
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
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.
Hi,
Then you have 2 options
Gustavo,
You have to set a breakpoint
Press F6 to run until the breakpoint
Here it is working fine
Antonio:
Thank you, now working fine !