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

custom debug configuration program is not overriden #22

Closed
dvirtz opened this issue Nov 3, 2020 · 2 comments
Closed

custom debug configuration program is not overriden #22

dvirtz opened this issue Nov 3, 2020 · 2 comments

Comments

@dvirtz
Copy link
Contributor

dvirtz commented Nov 3, 2020

Hi. I'm trying to use a custom debug configuration using the CodeLLDB debug adapter under MacOS.
The debug configuration I'm using is

{
      "type": "lldb",
      "request": "launch",
      "name": "Test Debug"
}

however when I try to debug a test I get the message "program" property is required for launch. If I add a program field to the configuration then it takes it as is and doesn't override it with the test program.

versions:
VSCode: 1.50.1
CodeLLDB: v1.6.0
CMake Test Explorer: v0.10.0

fredericbonnet added a commit that referenced this issue Nov 4, 2020
@fredericbonnet
Copy link
Owner

Hi, and thanks for using my extension! I've pushed the new version 0.10.1 that should fix the problem, can you confirm it works on your side?

@dvirtz
Copy link
Contributor Author

dvirtz commented Nov 4, 2020

working great, thanks!

@dvirtz dvirtz closed this as completed Nov 4, 2020
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