Ok, here is an option I would like to see in the complier in a future version of BlitzMax.
To be able to stop a running program from the ide when in debug mode. Rather than having to have debugstop in the code, just have a pause button which will halt execution and enter the debugger.
I know this can by watching for an event or keypress then stopping the code, but it would be nice to just beable to halt a running program.
Also sometimes when debugging programs, when single stepping through the code the program will just terminate. And with large arrays of types you can not always access all elements in the debugger even though they are assigned.
Cheers.
To be able to stop a running program from the ide when in debug mode. Rather than having to have debugstop in the code, just have a pause button which will halt execution and enter the debugger.
I know this can by watching for an event or keypress then stopping the code, but it would be nice to just beable to halt a running program.
Also sometimes when debugging programs, when single stepping through the code the program will just terminate. And with large arrays of types you can not always access all elements in the debugger even though they are assigned.
Cheers.