microsoft / microsoft/vscode-js-debug
Step In doesn't skip anonymous functions even if the blob pattern is present in skip files
Open
@connor4312 is already working on this.
Since Apr 3, 2023.
feature-request
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 373
- Avg merge
- 1d 9m
- Merged PRs (30d)
- 6
Description
Describe the bug
When stepping into anonymous functions with skip file configuration as follows
"skipFiles": [
"<node_internals>/**",
"**evalmachine.<anonymous>**",
"**<eval>**",
"**<eval>/VM**"
],
It does not skip anonymous functions
To Reproduce
Steps to reproduce the behavior:
- Create a file with anonymous function
- Update the skip files configuration
- add breakpoint before function call
- Click on step in
Log File
vscode-debugadapter-508ea89d.json.gz
VS Code Version: 1.77.0
Additional context
Add any other context about the problem here.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.