I am testing Swift with Xcode 6.1.1. and I downloaded the UICatalog project from Apple. I can properly debug Objective-C in other projects, and Swift can debug global objects, but not LOCAL.
Are there any special configurations in Xcode? Why can't I debug it?
source
share