Merge pull request #20 from igrechuhin/ig-master

[ios] Disabled shared breakpoints.
This commit is contained in:
Sergey Yershov 2015-09-24 18:19:30 +03:00
commit 1d84c07277

View file

@ -6,7 +6,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "objc_exception_throw"
@ -21,7 +21,7 @@
</Actions>
<Locations>
<Location
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "objc_exception_throw"
@ -35,7 +35,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.SymbolicBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
condition = "*(void **)($esp+3*sizeof(void*)) == nil"
continueAfterRunningActions = "No"
@ -43,7 +43,7 @@
moduleName = "">
<Locations>
<Location
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "+[UIImage imageNamed:]"