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
publicstaticletdebugAssertAfterParse:Option=Option("-debug-assert-after-parse",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Force an assertion failure after parsing", group:.debugCrash)
67
67
publicstaticletdebugAssertImmediately:Option=Option("-debug-assert-immediately",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Force an assertion failure immediately", group:.debugCrash)
68
+
publicstaticletdebugCompilationDir:Option=Option("-debug-compilation-dir",.separate, attributes:[.frontend,.argumentIsPath], metaVar:"<path>", helpText:"The compilation directory to embed in the debug info.")
68
69
publicstaticletdebugConstraintsAttempt:Option=Option("-debug-constraints-attempt",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Debug the constraint solver at a given attempt")
publicstaticletdebugConstraintsOnLine:Option=Option("-debug-constraints-on-line",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<line>", helpText:"Debug the constraint solver for expressions on <line>")
0 commit comments