This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree
MyFirstApp.xcodeproj/xcuserdata/edricchan.xcuserdatad/xcdebugger Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <BreakpointProxy
77 BreakpointExtensionID = " Xcode.Breakpoint.FileBreakpoint" >
88 <BreakpointContent
9- shouldBeEnabled = " Yes "
9+ shouldBeEnabled = " No "
1010 ignoreCount = " 0"
1111 continueAfterRunningActions = " No"
1212 filePath = " MyFirstApp/ViewController.swift"
1919 landmarkType = " 7" >
2020 </BreakpointContent >
2121 </BreakpointProxy >
22+ <BreakpointProxy
23+ BreakpointExtensionID = " Xcode.Breakpoint.FileBreakpoint" >
24+ <BreakpointContent
25+ shouldBeEnabled = " No"
26+ ignoreCount = " 0"
27+ continueAfterRunningActions = " No"
28+ filePath = " MyFirstApp/ViewController.swift"
29+ timestampString = " 495790349.136949"
30+ startingColumnNumber = " 9223372036854775807"
31+ endingColumnNumber = " 9223372036854775807"
32+ startingLineNumber = " 25"
33+ endingLineNumber = " 25"
34+ landmarkName = " viewDidLoad()"
35+ landmarkType = " 7" >
36+ </BreakpointContent >
37+ </BreakpointProxy >
2238 </Breakpoints >
2339</Bucket >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ViewController: NSViewController {
2727 // Do any additional setup after loading the view.
2828 }
2929
30- override var representedObject : AnyObject ? {
30+ override var representedObject : Any ? {
3131 didSet {
3232 // Update the view, if already loaded.
3333 }
You can’t perform that action at this time.
0 commit comments