Avatar
lldbについて質問です。Xcode上でswiftcのc++コードをデバッグしたいんですが、pコマンドを実行すると下記のエラーが出ます。Xcodeで開いているswiftcは--release-debuginfo -xでビルドしていて、実行時には-gオプションを付けて実行しています。swiftcを--debugでビルドすればlldbでデバッグできますか? (lldb) p OutputFile error: Couldn't materialize: couldn't get the value of variable OutputFile: no location, value may have been optimized out error: errored out in DoExecute, couldn't PrepareToExecuteJITExpression