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

Support full range of function breakpoint fields in plugin addBreakpoints #211894

Closed
OccasionalDebugger opened this issue May 3, 2024 · 3 comments · Fixed by #211895
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@OccasionalDebugger
Copy link
Contributor

At the moment, it is possible to pass a FunctionBreakpoint instance with the full range of fields configured, but when the breakpoint is eventually inserted, only the name and mode are included.

It would increase the power of the API to pass the full set of fields.

@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels May 8, 2024
@roblourens roblourens added this to the May 2024 milestone May 8, 2024
@VSCodeTriageBot VSCodeTriageBot added the unreleased Patch has not yet been released in VS Code Insiders label May 8, 2024
roblourens added a commit that referenced this issue May 8, 2024
SimonSiefke pushed a commit to SimonSiefke/vscode that referenced this issue May 8, 2024
@VSCodeTriageBot VSCodeTriageBot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels May 9, 2024
@alexr00 alexr00 added the ~verification-steps-needed Steps to verify are needed (with bot comment) label May 29, 2024
@VSCodeTriageBot
Copy link
Collaborator

Friendly ping! Looks like this issue requires some further steps to be verified. Please provide us with the steps necessary to verify this issue.

@VSCodeTriageBot VSCodeTriageBot added verification-steps-needed Steps to verify are needed for verification and removed ~verification-steps-needed Steps to verify are needed (with bot comment) labels May 29, 2024
@AP1400

This comment was marked as spam.

@roblourens
Copy link
Member

Steps: from an extension, call debug.addBreakpoints(new FunctionBreakpoint(...)) and verify that the breakpoint shows up in the UI, and in the debug.breakpoints list, with all the correct fields that you passed in the FunctionBreakpoint constructor.

@lramos15 lramos15 removed the verification-steps-needed Steps to verify are needed for verification label May 29, 2024
@TylerLeonhardt TylerLeonhardt added the verified Verification succeeded label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants