Is svdPath still supported in cppdbg now that the microsoft vscode-embedded-tools extension is deprecated? #14454
-
|
With the deprecation of the Embedded Tools extension (https://github.com/microsoft/vscode-embedded-tools), does this mean the cppdbg no longer supports embedded debugging? Even though the svdPath parameter is still allowed in "type": "cppdbg". |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
We haven't changed anything in cppdbg to block this scenario and don't plan to. I think we just aren't supporting that extension any longer. @gcampbell-msft might have more information. |
Beta Was this translation helpful? Give feedback.
-
|
@jsnowy Thanks for the question, @bobbrow you are correct. While the Utilizing |
Beta Was this translation helpful? Give feedback.
-
|
@bobbrow @gcampbell-msft Hi there! Thanks a lot for your replies. |
Beta Was this translation helpful? Give feedback.
@jsnowy Thanks for the question, @bobbrow you are correct.
While the
svdPathis still allowed, specifically as it relates to the Embedded Tools extension, it is not supported. However, I wouldn't say that this means that the cppdbg no longer supported embedded debugging, only that thesvdPathno longer does anything for the now removed extension.Utilizing
cppdbgwith tools like OpenOcd and other launch structures should remain unchanged.