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
lldbCommands.append("command alias clear script print(\"\\033[H\\033[J\", end=\"\")")
541
-
542
539
// Add failure breakpoint commands based on available libraries
543
540
if hasSwiftTesting && hasXCTest {
544
541
lldbCommands.append("command alias failbreak script lldb.debugger.HandleCommand('breakpoint set \(swiftTestingFailureBreakpoint)'); lldb.debugger.HandleCommand('breakpoint set \(xctestFailureBreakpoint)')")
0 commit comments