BreakpointIO
BreakpointIO
a Visual Studio Code extension, allows you to import and export breakpoints to be users, machines, or whatever you desire.
Extension Settings
Will be adding more information on how to customize the export/import/logging output areas soon.
Tentative settings:
breakpointio.logPath
breakpointio.exportPath
breakpointio.importPath
Features
Two main features is the import and export functionality.
Export breakpoints
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 breakpointio-export
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 breakpointio-import
command by hitting control-shift-p
on windows or command-shift-p
on mac.
Known Issues
- When attempting to export for the first time it may not find any breakpoints, however, when you try again it works.
Release Notes
1.0.0
Will be release soon. This will included basic functionality.
Contributions
Feel free to contribute to this project with a fork request.