Does visual studio code support exporting and importing of breakpoints? If so, how to import and export breakpoints in visual studio code.
Importing and exporting breakpoints in visual studio code
Asked Answered
Can you explain what you mean exactly? –
Aparri
I would like to export breakpoints set during a debug session by saving them into a text file and then import them during later debug sessions. I have asked this question on the vscode github forum, apparently it is feature that is still not supported in vscode. Below is the link github.com/Microsoft/vscode/issues/14314 –
Juliannjulianna
Consider the BreakpointIO extension. Export and import are achieved through JSON files, and instructions can be found in the link provided.
It appears that there is still not a way to do this. The GitHub issue has been closed - no work appears to have been done there.
I also checked the VS Code extension gallery to search for "breakpoint" / "break point", etc.
Nada.
what could be the cause for this, product alignment? to make Visual Studio (NOT VSCode) more competitive at this end of market? –
Gestalt
Consider the BreakpointIO extension. Export and import are achieved through JSON files, and instructions can be found in the link provided.
© 2022 - 2024 — McMap. All rights reserved.