The regex-breakpoints extension allows developers to set and remove breakpoints in their code based on regex patterns. This can save time when debugging large files with repetitive patterns.
Features
Set Breakpoints by Regex: Add breakpoints to lines matching a user-defined regex pattern.
Remove Breakpoints by Regex: Remove breakpoints from lines matching a user-defined regex pattern.
Interactive Input: Input regex patterns directly from the command palette.
Usage
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
Run Set Breakpoints by Regex.
Enter a regex pattern (e.g., console\.log).
Breakpoints will be added to all matching lines.
To remove breakpoints, run Remove Breakpoints by Regex and enter a regex pattern.
Extension Settings
This extension currently has no configurable settings.