Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ LLDB extension support on M1 #166

Open
donangel opened this issue Dec 3, 2022 · 1 comment
Open

C++ LLDB extension support on M1 #166

donangel opened this issue Dec 3, 2022 · 1 comment

Comments

@donangel
Copy link

donangel commented Dec 3, 2022

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

@hediet
Copy link
Owner

hediet commented Dec 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants