Importing and exporting breakpoints in visual studio code
Asked Answered
J

2

11

Does visual studio code support exporting and importing of breakpoints? If so, how to import and export breakpoints in visual studio code.

Juliannjulianna answered 24/10, 2016 at 18:50 Comment(2)
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/14314Juliannjulianna
S
2

Consider the BreakpointIO extension. Export and import are achieved through JSON files, and instructions can be found in the link provided.

Scansion answered 6/7, 2022 at 20:46 Comment(0)
C
5
  • 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.

    screenshot of GitHub issue

  • I also checked the VS Code extension gallery to search for "breakpoint" / "break point", etc.

  • Nada.

Cervicitis answered 27/10, 2018 at 8:48 Comment(1)
what could be the cause for this, product alignment? to make Visual Studio (NOT VSCode) more competitive at this end of market?Gestalt
S
2

Consider the BreakpointIO extension. Export and import are achieved through JSON files, and instructions can be found in the link provided.

Scansion answered 6/7, 2022 at 20:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.