-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.49
- OS Version:
Steps to Reproduce:
- add function breakpoint in BREAKPOINTS section by entering the function name
- onDidChangeBreakpoints event not triggered, no log printed under test code
Does this issue occur when all extensions are disabled?: Yes
Hi, I'm developing my own debug extensions. I'd like to use onDidChangeBreakpoints event to show breakpoint info message on screen. Seems it works well with source breakpoints when clicking on editor, but the event doesn't work when it comes to Function breakpoints cases. VSCode debugging docs shows the only way to add function breakpoints is by using BREAKPOINTS section. Would you please take a look at this? Or is there any other event triggered by adding function breakpoints in the section? Or any workaround? Thank you. @weinand @isidorn
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded