hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.

Home Page:https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ LLDB extension support on M1

donangel opened this issue · comments

Great extension, thanks for your work on this one!

I cannot make this run at all with my simple C++ code. Could it be because lldb debugger is not supported (at least that what README reads)?

Any chance for M1 users to have the extension work correctly? I had to switch to LLDB, because (I think last year?) that was the only thing I could use to debug C++ code on macOS M1?

Thanks in advance for your help!
image

I fear using this extension with lldb might be difficult.
Your expression has to evaluate to a JSON string. You can use the debug console to figure out what the expression should be so that it outputs JSON.