i try to use Fivewin Debugger and it does start
but than i can only use F8 for next Line ... and it will NOT "stop" automatic at ALTD()
---
i have search in Forum and found
Code: Select all | Expand
AltD( 1 ) // Enables the debugger. Press F5 to go
but again i got
"YES" does exit Debugger and run App but does NOT "stop" at next ALTD()"Do you want to exit Debugger ?"
"NO" does nothing ...
---
i have found \fwh\source\classes\fwdbg.prg
it include
Code: Select all | Expand
CASE nKey == VK_F6 ; ::DbgGo()
my Version 22.07 seems not to include F6
---
so i try to include fwdbg.prg Source into *.MAK and add /B
but now App crash at Start and create hb_out.log
what i´m doing wrong
how can i get Debugger to work with Fivewin