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
valbrowse=PhasesSetting("-Vbrowse", "Browse the abstract syntax tree after") withAbbreviation "-Ybrowse"
456
456
valdebug=BooleanSetting("-Vdebug", "Increase the quantity of debugging output.") withAbbreviation "-Ydebug" withPostSetHook (s =>if (s.value) StatisticsStatics.enableDebugAndDeoptimize())
457
457
valYdebugTasty=BooleanSetting("-Vdebug-tasty", "Increase the quantity of debugging output when unpickling tasty.") withAbbreviation "-Ydebug-tasty"
458
+
valYdebugError=BooleanSetting("-Ydebug-error", "Print the stack trace when any error is caught.")
0 commit comments