https://github.com/lostpebble/webstorm-babel-typescript-debugging
https://github.com/lostpebble/webstorm-babel-typescript-debugging
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostpebble/webstorm-babel-typescript-debugging
- Owner: lostpebble
- Created: 2020-04-05T20:37:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T18:33:38.000Z (over 3 years ago)
- Last Synced: 2025-01-16T11:27:00.760Z (over 1 year ago)
- Language: TypeScript
- Size: 380 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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).