diff options
Diffstat (limited to 'src/runtime/extern.go')
| -rw-r--r-- | src/runtime/extern.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/extern.go b/src/runtime/extern.go index 03d593906e..189b4d4bb9 100644 --- a/src/runtime/extern.go +++ b/src/runtime/extern.go @@ -217,6 +217,7 @@ and shows goroutines created internally by the run-time. GOTRACEBACK=crash is like “system” but crashes in an operating system-specific manner instead of exiting. For example, on Unix systems, the crash raises SIGABRT to trigger a core dump. +GOTRACEBACK=wer is like “crash” but doesn't disable Windows Error Reporting (WER). For historical reasons, the GOTRACEBACK settings 0, 1, and 2 are synonyms for none, all, and system, respectively. The runtime/debug package's SetTraceback function allows increasing the |
