Just copy this file to ~/Library/Developer/Xcode/UserData/xcdebugger
Last active
January 7, 2016 09:17
-
-
Save StefanLage/f8b34e02ca8c86a56430 to your computer and use it in GitHub Desktop.
My Xcode BreakPoints file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Bucket | |
type = "2" | |
version = "2.0"> | |
<Breakpoints> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "UIApplicationMain" | |
moduleName = ""> | |
<Actions> | |
<BreakpointActionProxy | |
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand"> | |
<ActionContent | |
consoleCommand = "expr @import UIKit"> | |
</ActionContent> | |
</BreakpointActionProxy> | |
<BreakpointActionProxy | |
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand"> | |
<ActionContent | |
consoleCommand = "expr @import Foundation"> | |
</ActionContent> | |
</BreakpointActionProxy> | |
</Actions> | |
<Locations> | |
<Location | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "UIApplicationMain" | |
moduleName = "UIKit" | |
usesParentBreakpointCondition = "Yes" | |
offsetFromSymbolStart = "0"> | |
</Location> | |
</Locations> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "NSApplicationMain" | |
moduleName = ""> | |
<Actions> | |
<BreakpointActionProxy | |
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand"> | |
<ActionContent | |
consoleCommand = "expr @import Foundation"> | |
</ActionContent> | |
</BreakpointActionProxy> | |
<BreakpointActionProxy | |
ActionExtensionID = "Xcode.BreakpointAction.DebuggerCommand"> | |
<ActionContent | |
consoleCommand = "expr @import Cocoa"> | |
</ActionContent> | |
</BreakpointActionProxy> | |
</Actions> | |
<Locations> | |
</Locations> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
scope = "1" | |
stopOnStyle = "0"> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "NSKVODeallocateBreak" | |
moduleName = ""> | |
<Locations> | |
</Locations> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.IDETestFailureBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
breakpointStackSelectionBehavior = "1"> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "CGPostError" | |
moduleName = ""> | |
<Actions> | |
<BreakpointActionProxy | |
ActionExtensionID = "Xcode.BreakpointAction.Log"> | |
<ActionContent | |
message = "" | |
conveyanceType = "0"> | |
</ActionContent> | |
</BreakpointActionProxy> | |
</Actions> | |
<Locations> | |
</Locations> | |
</BreakpointContent> | |
</BreakpointProxy> | |
<BreakpointProxy | |
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint"> | |
<BreakpointContent | |
shouldBeEnabled = "Yes" | |
ignoreCount = "0" | |
continueAfterRunningActions = "No" | |
symbolName = "_NSDataReinitializationBreak" | |
moduleName = ""> | |
<Locations> | |
</Locations> | |
</BreakpointContent> | |
</BreakpointProxy> | |
</Breakpoints> | |
</Bucket> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment