Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-dulaimi authored Apr 27, 2024
1 parent 0f554ab commit 589bf47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ The Breakpoint Bookmarks extension will help you enhance your debugging workflow
## 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.
Expand Down

0 comments on commit 589bf47

Please sign in to comment.