I can't see the value of a variable in the debugger
I am switching completely to Swift and I have a debugger problem.
The problem is I can't see the value of the variable and the class with the breakpoint.
When I enter this command into the lldb console, for example the po self
answer is:
error :: 1: 1: error: using unresolved identifier "self"
My project is compiled in debug mode. I have Xcode 6.3.1 and I am using swift 1.2.
+3
source to share