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?
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
Post a Comment