Skip to content

onDidChangeBreakpoints event not triggered by adding function breakpoints #114607

@kevingty

Description

@kevingty
  • VSCode Version: 1.49
  • OS Version:

Steps to Reproduce:

  1. add function breakpoint in BREAKPOINTS section by entering the function name
  2. 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 bugdebugDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions