You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valYshowVarBounds:Setting[Boolean] =BooleanSetting("-Yshow-var-bounds", "Print type variables with their bounds.")
393
393
394
394
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting("-Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.")
395
+
valYnoEnrichErrorMessages:Setting[Boolean] =BooleanSetting("-Yno-enrich-error-messages", "Show raw error messages, instead of enriching them with contextual information.")
395
396
396
397
valYinstrument:Setting[Boolean] =BooleanSetting("-Yinstrument", "Add instrumentation code that counts allocations and closure creations.")
397
398
valYinstrumentDefs:Setting[Boolean] =BooleanSetting("-Yinstrument-defs", "Add instrumentation code that counts method calls; needs -Yinstrument to be set, too.")
0 commit comments