PrintObject (po) statement doesn't work
I did everything described in Readme Now I'm able to use breakpoints but not able to use "po" statement or see an object state when code execution stopped at a breakpoint inside my common code.
Kotlin.ideplugin, Kotlin.xclangspec, Xcode.SourceCodeLanguage.Kotlin.plist are in the right place. Tried to reinstall the plugin but got the same issue.
Does it work as expected? I use Xcode 11.2 GM, macOs 10.14.4, KotlinNative 1.3.71
I have the same issue @romanandreyvich Did you fix it? Thanks.
Same here, it was working for me for Xocde 11, but doesn't seem to work with Xcode 12
Me too , "po" statement makes my XCode not responding
Me too , "po" statement makes my XCode not responding
xcode 12
People have been asking about this. We need to figure out how best to use cli access with po, then figure out how to hack the lldb script to support both. (internal note :) )
I think I finally know who's going to sort this out...
Any updates on this?
Xcode 14.0.1, same, unable to PO. Guys, any update?
(lldb) po app
error: expression failed to parse:
error: <user expression 0>:1:1: use of undeclared identifier 'app'