Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting breakpoints in multiple files #339

Open
tomlin7 opened this issue Jun 14, 2024 · 0 comments
Open

Setting breakpoints in multiple files #339

tomlin7 opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request language features syntax highlighting, lsp, other language features text editor Related to text editor's features

Comments

@tomlin7
Copy link
Owner

tomlin7 commented Jun 14, 2024

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

@tomlin7 tomlin7 added the enhancement New feature or request label Jun 14, 2024
@tomlin7 tomlin7 self-assigned this Jun 14, 2024
@tomlin7 tomlin7 added text editor Related to text editor's features language features syntax highlighting, lsp, other language features labels Jun 17, 2024
@tomlin7 tomlin7 changed the title Setting breakpoints in multiple folders Setting breakpoints in multiple files Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language features syntax highlighting, lsp, other language features text editor Related to text editor's features
Projects
None yet
Development

No branches or pull requests

1 participant