Swift breakpoints are only stopping the code
In my project breakpoints can stop my code execution, but I can't see any variable value, everything says: error: cannot find '<variable>' in scope
I have tried on AppDelegate, <Any>ViewController:viewDidLoad etc.
This happen's on both Simulator and real devices in M1 and Intel Macbook's.
My .bazelrc file:
build --genrule_strategy=standalone
build --spawn_strategy=standalone
build --verbose_failures
build --test_output=errors
build --strategy=SwiftCompile=standalone
build --apple_generate_dsym
Bazel Version: 4.2.1-homebrew Tulsi Version: Commit ~63bab0db
Possible related issue: #15
Does removing --apple_generate_dsym help? You can try enabling some lldb logging to try to gain some idea of what is going on: log enable lldb types -f ~/Desktop/lldb-types.log (in lldb).
Thanks for submitting this issue but this tool is being deprecated. Please checkout rules_xcodeproj for a more complete and maintained Xcode integration.