BreakpointIO
a Visual Studio Code extension, allows you to import and export breakpoints to be used by other users, machines, or whatever you desire.
This extension allows you to set the following variabels to the settings:
breakpointio.logPath
: path for exporting the logbreakpointio.exportPath
: path for exporting breakpoints
Two main features is the import and export functionality.
Here we create two breakpoints, one regular and one conditional. Then we export them to a breakpoints.json
file in the .vscode
folder. You access the export breakpoint
command by hitting control-shift-p
on windows or command-shift-p
on mac.
We have reset the breakpoints in the above example but kept the breakpoints.json
. You can see when we import them, all the settings for each breakpiont is kept in it's original location.You access the import breakpoint
command by hitting control-shift-p
on windows or command-shift-p
on mac.
- Base functionality to importing and exporting breakpoints
- Test cases
- TravisCI build
- ReadMe with gifs
- Installation instructions
Feel free to contribute to this project with a fork request.