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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -