Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Got "Breakpoint set but not yet bound" on debug start #177

@ruslan-bikkinin

Description

@ruslan-bikkinin

Hi everyone.

We are maintainers of vscode-react-native extension and recently we've got the following issue: microsoft/vscode-react-native#625 (comment) - for some reason, debugging does not stop on breakpoints on the first start, but it actually works as expected when we are removing and adding breakpoints again.

As we know, previously the following hack has been implemented to avoid such kind of problem, but currently it does not work https://github.com/Microsoft/vscode-react-native/blob/e315e3db8545c6f69dd85e9bb0b17b239e52500b/src/debugger/nodeDebugWrapper.ts#L205.

This issue DOES NOT reproduce on previous versions of Vs code such as 1.19.3 or 0.18.1, but DOES reproduce on the latest one: 1.20.1.

@roblourens here: microsoft/vscode-chrome-debug-core#293 (comment) supposes that something changed in vscode-node-debug2 between those versions.

We have a lot of users affected by this issue so we are hoping that somebody from vscode-node-debug2 team could help us to understand what is the cause of problem. Any advices, clues will be much appreciated as well.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions