microsoft / microsoft/vscode-js-debug

Step In doesn't skip anonymous functions even if the blob pattern is present in skip files

Open
#1,637 5 comments 0 reactions 1 assignee View on GitHub

@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:

  1. Create a file with anonymous function
  2. Update the skip files configuration
  3. add breakpoint before function call
  4. 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.
Kapture 2023-04-03 at 09 28 55

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.