can not debug es6
See original GitHub issueconfig Jest Command
or set ENV is useful for Run
, but not for Debug
.
export NODE_OPTIONS=--experimental-vm-modules
NODE_OPTIONS=--experimental-vm-modules npx jest
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Debugging ES6 in VS Code - GitHub Gist
The key to debugging in ES6 is to add sourcemaps files separately from the transpiled code. So after setting up babel on your...
Read more >How to debug ES6 NodeJS with VSCode | by katopz - Medium
“How to debug ES6 NodeJS with VSCode” is published by katopz. ... No more Unexpected token import, wrong line breakpoint, unreadable transpiled.
Read more >vscode debug ES6 application - node.js - Stack Overflow
Here's how to get VSCode debugger to work with Babel 6+:. First install dependencies locally: $ npm install babel-cli --save $ npm install ......
Read more >ES6 - Debugging - Tutorialspoint
A debugger is an application that places all aspects of script execution under the control of the programmer. Debuggers provide fine-grained control over...
Read more >How to debug code in ES6 ? - GeeksforGeeks
In this article, we are going to learn how to debug a code in ES6. Debugging is the process of finding and resolving...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would love to see this fixed as well as I can’t debug in certain scenarios because I need to run a custom NPM script in order to have all the settings line up.
@firsttris it works!