Debugger never hit breakpoints in the newest WebStorm
Hi Guys!
The title tells you everything... Can't share the project informations, please don't ask them from me. But in the dev-tools it works. We are working in typescript, the sourcemap is fresh and crispy. I don't know what is the problem. I realised that the extension is no longer necessaryand I removed it. If you have any idea I appreciate it.
thanks,
Péter
Please sign in to leave a comment.
Debugging worked in the older versions by the way...
No idea, sorry. We are not aware of any regressions here. Is it about client-side debugging? Sample project that shows up the issue would be appreciated
what run configuration do you use for debugging? what tool is used for transpiling Typescript? What server is the app hosted on?
I use External tools for transpile. tsc.cmd with theese arguments: --pretty --listFiles --listEmittedFiles --sourceMap
configuration for debug is Javascript debug. Custom chrome with theese command line options: --silent-debugger-extension-api --allow-file-access-from-files --auto-open-devtools-for-tabs. also tried without theese with no success.
The server is http://localhost:63342/
No idea, too...
`http://localhost:63342/` + `tsc --sourceMap` is the most basic configuration, and it definitely works... Can you try composing a sample project that can be used to recreate the issue?
Ok, so, I have created some new classes and it works on them. But on the older files, nope... I have suspected on git vsc, turned it off, but still not working...
Try re-creating your project (backup .idea folder, delete it, then start WebStorm and open project root directory with File | Open to re-create the project configuration) - does the issue persist?
Japp, the issue still persists.
:( No more ideas, sorry. Project would be helpful
BTW, by newest webstorm do you mean 2017.3.4 or 2018.1 EAP?