When using the redirect and file commands in the console debugger, e.g:
the output is only partially flushed to disk. Exiting the debugger flushes it completely but it would be more useful if it was written to disk as soon as the command is completed so that the output can be read immediately.redirect e:\log.txt
file report
Also, in the standalone debugger, it would be very useful if in the Scintilla gadget you set the vertical unwanted zone with Sci_SetYCaretPolicy so that the document scrolls before the caret reaches the last line. Then, when stepping through the code, the next few lines will always be visible without scrolling.
Cheers!