An open API service indexing awesome lists of open source software.

https://github.com/lostpebble/webstorm-babel-typescript-debugging


https://github.com/lostpebble/webstorm-babel-typescript-debugging

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# WebStorm debugging issue with Babel and Typescript

* Open project in WebStorm
* Try put some debugging points in `TEST_debugging.ts`
* Run configuration `Run Test`.
* Notice that the breakpoints are never hit

---

The project makes use of `@babel/register` to import the TypeScript files, and `@babel/typescript` plugin which transpiles that TypeScript to regular JavaScript to be executed (simply ignores type information).