Skip to content

Commit e012327

Browse files
committed
Breakpoint change
1 parent 4676f32 commit e012327

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

src/debugging/XcodeExample/PythonSubclassList/PythonSubclassList.xcodeproj/xcuserdata/paulross.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

+49-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<BreakpointProxy
77
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
88
<BreakpointContent
9-
shouldBeEnabled = "Yes"
9+
shouldBeEnabled = "No"
1010
ignoreCount = "0"
1111
continueAfterRunningActions = "No"
1212
filePath = "PythonSubclassList/SubclassList.c"
@@ -19,7 +19,7 @@
1919
landmarkType = "7">
2020
<Locations>
2121
<Location
22-
shouldBeEnabled = "Yes"
22+
shouldBeEnabled = "No"
2323
ignoreCount = "0"
2424
continueAfterRunningActions = "No"
2525
symbolName = "ScList_append"
@@ -33,7 +33,7 @@
3333
offsetFromSymbolStart = "33">
3434
</Location>
3535
<Location
36-
shouldBeEnabled = "Yes"
36+
shouldBeEnabled = "No"
3737
ignoreCount = "0"
3838
continueAfterRunningActions = "No"
3939
symbolName = "ScList_append"
@@ -49,5 +49,51 @@
4949
</Locations>
5050
</BreakpointContent>
5151
</BreakpointProxy>
52+
<BreakpointProxy
53+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
54+
<BreakpointContent
55+
shouldBeEnabled = "Yes"
56+
ignoreCount = "0"
57+
continueAfterRunningActions = "No"
58+
filePath = "PythonSubclassList/py_call_super.c"
59+
timestampString = "486421239.480869"
60+
startingColumnNumber = "9223372036854775807"
61+
endingColumnNumber = "9223372036854775807"
62+
startingLineNumber = "49"
63+
endingLineNumber = "49"
64+
landmarkName = "call_super_pyname()"
65+
landmarkType = "7">
66+
<Locations>
67+
<Location
68+
shouldBeEnabled = "Yes"
69+
ignoreCount = "0"
70+
continueAfterRunningActions = "No"
71+
symbolName = "call_super_pyname"
72+
moduleName = "PythonSubclassList"
73+
urlString = "file:///Users/paulross/Documents/workspace/PythonExtensionPatterns/src/debugging/XcodeExample/PythonSubclassList/PythonSubclassList/py_call_super.c"
74+
timestampString = "486421243.866848"
75+
startingColumnNumber = "9223372036854775807"
76+
endingColumnNumber = "9223372036854775807"
77+
startingLineNumber = "49"
78+
endingLineNumber = "49"
79+
offsetFromSymbolStart = "444">
80+
</Location>
81+
<Location
82+
shouldBeEnabled = "Yes"
83+
ignoreCount = "0"
84+
continueAfterRunningActions = "No"
85+
symbolName = "call_super_pyname"
86+
moduleName = "ScList.so"
87+
urlString = "file:///Users/paulross/Documents/workspace/PythonExtensionPatterns/src/debugging/XcodeExample/PythonSubclassList/PythonSubclassList/py_call_super.c"
88+
timestampString = "486421244.105144"
89+
startingColumnNumber = "9223372036854775807"
90+
endingColumnNumber = "9223372036854775807"
91+
startingLineNumber = "49"
92+
endingLineNumber = "49"
93+
offsetFromSymbolStart = "296">
94+
</Location>
95+
</Locations>
96+
</BreakpointContent>
97+
</BreakpointProxy>
5298
</Breakpoints>
5399
</Bucket>

0 commit comments

Comments
 (0)