You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which OS: macOS 10.12.5
Which LLDB version (lldb -version): lldb-370.0.42 Swift-3.1
Which VSCode version (Help/About):
Which plugin version: 0.5.2
Previously, when on a breakpoint it was possible to see the contents of a string value as a string. Now, instead it shows as alloc::string::String, and there's no clear way to access the contents.
Expected: Ability to access the string's contents.