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

fix: breakpoints not hitting early on in nested sourcemapped programs #1714

Merged
merged 2 commits into from
Jun 6, 2023

Conversation

connor4312
Copy link
Member

The filter was missed in unit testing and didn't actually work correctly. In most cases this didn't lead to a visible failure, but this fixes it.

Fixes #1704

The filter was missed in unit testing and didn't actually work correctly. In most cases this didn't lead to a visible failure, but this fixes it.

Fixes #1704
roblourens
roblourens previously approved these changes Jun 6, 2023
@connor4312 connor4312 merged commit 63141a9 into main Jun 6, 2023
10 checks passed
@connor4312 connor4312 deleted the connor4312/issue1704 branch June 6, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breakpoints at the startup of a program that is executed via NPM aren't being triggered
3 participants