vadimcn.vscode-lldb stops working when debugger config template (configTemplate
) is set
#369
Closed
5 tasks done
configTemplate
) is set
#369
Thanks again for your great work, its highly appreciated!
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
We have been using a debugger config template with the lldb debugger from
vadimcn.vscode-lldb
for a long time successfully on Linux. Recently this week I discovered that the debugger can not be started from this test adapter any more. When I click the debugger symbol next to a test, just nothing happens. I can not say when this stopped working precisely, because I did not use the debugger maybe in 4-6 weeks, hard to be precise. I can only say with certainty that I did not change thetestMate
config in the meantime, but possibly I updatedtestMate
extension orvadimcn.vscode-lldb
extension.Now the curious part: When I completely remove the section for debugger config template (so the full entry for
configTemplate
insettings.json
), the debugger immediately starts working again without problems.Here is my debugger config template from
settings.json
:To Reproduce
Example:
1. Install the
testMate
extension and thevadimcn.vscode-lldb
extension2. Copy the above-mentioned debugger config template to
settings.json
3. Go to a test and click
debug test
4. Nothing happens
Desktop
Regression bug?
This is a regression but I do not know against which version.
Log (optional but recommended)
Even when I set
testMate.cpp.log.logpanel: true
insettings.json
there is no Window with nameTest Explorer: ...
in the output windows list. I'm not sure why this does not work, it used to work at some point before.The text was updated successfully, but these errors were encountered: