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.")
422
422
423
423
valYnoDecodeStacktraces:Setting[Boolean] =BooleanSetting("-Yno-decode-stacktraces", "Show raw StackOverflow stacktraces, instead of decoding them into triggering operations.")
424
+
valYnoEnrichErrorMessages:Setting[Boolean] =BooleanSetting("-Yno-enrich-error-messages", "Show raw error messages, instead of enriching them with contextual information.")
424
425
425
426
valYinstrument:Setting[Boolean] =BooleanSetting("-Yinstrument", "Add instrumentation code that counts allocations and closure creations.")
426
427
valYinstrumentDefs:Setting[Boolean] =BooleanSetting("-Yinstrument-defs", "Add instrumentation code that counts method calls; needs -Yinstrument to be set, too.")
0 commit comments