-
-
Notifications
You must be signed in to change notification settings - Fork 5
[🐛 Bug]: Debug on Typescript #120
Copy link
Copy link
Open
Labels
Bug 🐛Something isn't workingSomething isn't workingNeeds Triaging ⏳No one has looked into the issue yetNo one has looked into the issue yet
Metadata
Metadata
Assignees
Labels
Bug 🐛Something isn't workingSomething isn't workingNeeds Triaging ⏳No one has looked into the issue yetNo one has looked into the issue yet
Type
Fields
Give feedbackNo fields configured for issues without a type.
Have you read the Contributing Guidelines on issues?
WebdriverIO Extension Version
0.4.2
WebdriverIO Version
9.20.0
Node.js Version
24.9.0
Which capabilities are you using?
N/A
What happened?
Whenever I start a debug, it pauses the thread on a source mapping file instead of the original spec file.
For instance, if I set the breakpoint in the spec file:

... it stops on a source map:

What is your expected behavior?
It should stop on the original file.
How to reproduce the bug.
In a TypeScript project, set a breakpoint and start debugging by right-clicking on the line number.
Relevant log output
Code of Conduct
Is there an existing issue for this?