microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.97k stars 29.53k forks source link

Failed to run Cucumber tests from launch configuration when break point is set in code #233748

Open pawlakmaly opened 3 weeks ago

pawlakmaly commented 3 weeks ago

Does this issue occur when all extensions are disabled?: Yes/No

Steps to Reproduce:

  1. Open Project with Cucumber tests
  2. Set breakpoint in one of the steps
  3. Run debug launch configuration for the tests

Result: Image

Notes:

roblourens commented 2 weeks ago

Which type of debug configuration do you use for this? Is this running javascript?

pawlakmaly commented 2 weeks ago

yes, typescript exactly.

Sorry for late response, I was on a trip.

pawlakmaly commented 1 week ago

Any updates ?