From 589bf47fd4c9d72f4c6bc52fe60ab47993cb1057 Mon Sep 17 00:00:00 2001 From: Omar Dulaimi <11743389+omar-dulaimi@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:10:49 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d9c4f16..9e72e0a 100644 --- a/README.md +++ b/README.md @@ -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.