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 view
- AltD( 1 ) // Enables the debugger. Press F5 to go
so i use F8 until pass that line and than try F5
but 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
- Code: Select all Expand view
- CASE nKey == VK_F6 ; ::DbgGo()
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