hi,
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
so i use F8 until pass that line and than try F5
but again i got
"NO" does nothing ...
---
i have found \fwh\source\classes\fwdbg.prg
it include
but when press F6 i still got "exit from debugger" ...
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 :?:
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
AltD( 1 ) Â // Enables the debugger. Press F5 to gobut again i got
"Do you want to exit Debugger ?""YES" does exit Debugger and run App but does NOT "stop" at next ALTD()
"NO" does nothing ...
---
i have found \fwh\source\classes\fwdbg.prg
it include
 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 :?:
greeting,
Jimmy
Jimmy