Code: Select all
DisableDebugger
OpenConsole()
Input()
Code: Select all
DisableDebugger
OpenConsole()
Input()
Code: Select all
DisableDebugger
; do any without debugger
EnableDebugger
Code: Select all
OpenConsole()
DisableDebugger
Input()
Code: Select all
DisableDebugger
OpenConsole()
EnableDebugger
Input()
Did you not read my second post? How is that not a bug?Fred wrote: Wed Oct 08, 2025 7:56 am Closing a console on Windows kill the process abruptly, that's why the debugger is complaining.