swift - Debugging in Xcode 6.2 -
i developing mac application in xcode 6.2 swift. global variables , enumerations in separate swift file globals.swift. program far works expected.
but unable see global variables in debug window. on lower left of debug window selected all. see outlets, local variables, no global variables!
what have change see them?
this seems issue xcode since versions. 1 way see global variables issuing below command in right hand debugger window
(lldb) target variable variablename or (lldb) ta v variablename
Comments
Post a Comment