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
valXprintSuspension:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xprint-suspension", "Show when code is suspended until macros are compiled.")
326
326
valXprompt:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xprompt", "Display a prompt after each error (debugging option).")
327
327
valXreplDisableDisplay:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xrepl-disable-display", "Do not display definitions in REPL.")
328
+
valXreplDisableBytecodeInstrumentation:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xrepl-disable-bytecode-instrumentation", "Disable bytecode instrumentation for interrupt handling in REPL.")
328
329
valXverifySignatures:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xverify-signatures", "Verify generic signatures in generated bytecode.")
329
330
valXignoreScala2Macros:Setting[Boolean] =BooleanSetting(AdvancedSetting, "Xignore-scala2-macros", "Ignore errors when compiling code that calls Scala2 macros, these will fail at runtime.")
330
331
valXimportSuggestionTimeout:Setting[Int] =IntSetting(AdvancedSetting, "Ximport-suggestion-timeout", "Timeout (in ms) for searching for import suggestions when errors are reported.", 8000)
0 commit comments