Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.06 KB

README.md

File metadata and controls

48 lines (30 loc) · 2.06 KB

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


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


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.