ios - XCode 7 beta debugger not showing values of variable at breakpoint for swift code -


i have tried answers question here none of them helped :(

i have installed xcode 7 beta 5 , debugger not show values of variables when debugging swift code. works fine in obj-c code.

i have tried changing compiler optimisation level none , had not effect. ideas?

enter image description here

i still finding issue in final release of xcode 7.0. turns out bridging header needed updating 1 of references no longer needed in it.

i found out using 'po' in debugger 1 of variables, e.g. 'po self.views'. debugger listed errors in bridging header me. weird way find out problem worked.

edit: , in case clean build after fixing issues


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -