Setting breakpoints in multiple files #339
Labels
enhancement
New feature or request
language features
syntax highlighting, lsp, other language features
text editor
Related to text editor's features
Feature
Currently breakpoints can be set in a single file only.
Allow setting breakpoints in multiple files in the active directory
For this, register breakpoints within the debugger manager everytime user adds/removes one.
and when the program is debugged, collect breakpoints from all the similar filetypes and add them to debugger run config
The text was updated successfully, but these errors were encountered: