-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can be used with cppdbg? #148
Comments
You should be able to open the settings and add your debug type to the supported ones. https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/blob/main/package.json#L270 |
@thegecko, sounds like maybe we should have an even more basic level of support where we assume only that we can make the |
yes, I added 'cppdbg' to the memory-inspector.debugType settings, in both local and container configuration, but without luck.
|
Well, checking again it seems that the extension is not installed in the container and seems I cannot do it. |
I've confirmed the memory inspector is activated when
Container support is a separate issue, please see #150
Yes, this was the intent initially. I'm keen we support as many debuggers "out of the box" as possible without having to register specific adapters. @colin-grant-work do you have an idea of how much effort this would take? |
Ok, so this is my issue. Good to know. |
Hi,
is it possible to use this extension with cppdbg?
I tried to follow the install/setup procedure but actually I'm not able to activate it.
Any suggestion?
The text was updated successfully, but these errors were encountered: