I started building my first iOS app and I'm trying to debug it. I set a breakpoint for my viewDidLoad () function (line 14) as follows:

When I launch the application and get the ViewController to load, my debugger view opens in xcode, but I get this (something that looks like assembly code).

I cannot figure out how to view the debugger in my Swift code and execute it in Swift. Does anyone know how to do this? Thank!
source
share