Hi Jeremy, On Dec 3 13:21, Jeremy Drake via Cygwin-patches wrote: > if a new CYGWIN/MSYS environment option `winjitdebug` is true, allowing > native subprocesses to get Windows-default error handling behavior (such > as invoking the registered JIT debugger). Cygwin processes will quickly > set their error mode on start, so getting JIT debugging for them will > still require setting `error_start`.
I'm not happy about a new CYGWIN option. Wouldn't it make sense, perhaps, to switch to CREATE_DEFAULT_ERROR_MODE for all non-Cygwin processes by default instead? Corinna