pub const NO_CRASH_HANDLER: &str = "ZNG_NO_CRASH_HANDLER";
Expand description
Environment variable that causes the crash handler to not start if set.
This is particularly useful to set in debugger launch configs. Crash handler spawns a different process for the app so break points will not work.