Skip to content

Conversation

@marianosimone
Copy link
Contributor

This makes the DAP implementation respect skip_path, to only return frames that are not skipped.

See #748

@marianosimone
Copy link
Contributor Author

@ko1 there's a failing test, but I'm not sure it's related to my changes, as the same test failed in all my other PRs 😕


path = frame.realpath || frame.path
next if skip_path?(path)
break if (levels -= 1) < 0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now needs to be after deciding to skip or not, or we'd return less frames that required

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.

3 participants