An open API service indexing awesome lists of open source software.

https://github.com/omar-dulaimi/breakpoint-bookmarks

A vsCode extension that lets you bookmark all your different breakpoints into separate files, and activate them as needed
https://github.com/omar-dulaimi/breakpoint-bookmarks

bookmarks breakpoints vscode vscode-extension

Last synced: about 1 year ago
JSON representation

A vsCode extension that lets you bookmark all your different breakpoints into separate files, and activate them as needed

Awesome Lists containing this project

README

          

# Breakpoint Bookmarks

The Breakpoint Bookmarks extension will help you enhance your debugging workflows, by creating and maintaining separate breakpoints files, and load them as necessary, in their original locations. It supports all language supported by vsCode.



Buy Me A Coffee

## Installation

Simply run this `ext install OmarDulaimi.breakpoint-bookmarks` in the command palette or search for `Breakpoint Bookmarks` in extensions menu.

## Features

##### 🔍 Import Breakpoints from JSON: Load breakpoints from JSON files.
##### 💾 Export Breakpoints to JSON: Save breakpoints to JSON files.
##### 🗑️ Delete Breakpoints: Remove breakpoints from the current workspace.
##### 🌐 Cross-Language Support: Compatible with all VSCode-supported languages.
##### 🛠️ Basic Breakpoint Management: Simple list view of breakpoints.
##### ⚙️ Configuration: Minimal settings for import/export and others.

## Demos

### Save Current Breakpoints

After setting your breakpoints through your project, open the command palette and run the command `Breakpoint Bookmark: Save Current Breakpoints`. You can find the newly saved breakpoints flow in the extension menu.

![saving current breakpoints demo](media/save.gif)


### Load A Saved Breakpoint File

Once you have at least one breakpoints flow saved, you can load it by opening the extension menu, then hover to click the icon on the right of the flow you want to load.

![loading a breakpoint flow demo](media/load.gif)


## Extension Settings

This extension contributes the following settings:

- `breakpointBookmark.useRelativePaths`: Uses relative paths to save/load breakpoints. Set it to false if you want absolute paths.
- `breakpointBookmark.clearPreviousBreakpoints`: Clears previous active breakpoints when loading a new file.
- `breakpointBookmark.saveLocation`: Specifies the folder path where the breakpoint files will be stored in.