You are not logged in.
when exeption occurs, it just terminates with no wait Enter key.
Test it in eaxample C:\dev\synopse\GitHub\mORMot2\ex\http-server-files\httpServerFiles.dproj
thank you
Offline
Also note that ConsoleWaitForEnterKey - therefore ConsoleShowFatalException - only makes sense from the MAIN thread of the application.
In a sub-thread, on Windows, it waits for WM_QUIT.
By design, it is impossible and make no sense to wait for a keyboard event in a sub-thread.
Offline