WebStorm debugger not stopping at breakpoints even though console output is visible
Running Webstorm 2021.2.1. I have 2 identical projects (we're in the process of forking). Debugging works as expected in the original project, but not in the fork (the exact same code). The run configurations are identical down to the `workplace.xml` file. I'm using `yarn serve` to run in debug development mode. I can see the output in the Console pane, but the Debugger is not stopping at breakpoints and shows no variables. Am I missing some obscure setting or something? Any suggestions?
Please sign in to leave a comment.
Please reproduce the issue and share your idea.log (Help > Show Log in Finder)
Did you try deleting the project `.idea` folder, BTW?
Yeah, I tried deleting the `.idea` folder. Unfortunately, that didn't work. Here are the logs:
No errors that look related; so no clues. Could you share a project that shows up the issue?
Unfortunately, I'm not at liberty to share the project. The original project (from which this was just now forked, and has the exact same code) does not have this issue. I created a brand new Hello World project that works fine as well. I'm tempted to blow it away again and start from scratch and see if that fixes it. Thanks for taking a quick look.
Update: if I set a breakpoint in the Chrome Developer Tools, then I can inspect them in WebStorm, but not the other way around.
It could be possible that the configuration supplied for run sourceMap true flag