Open qubiack opened 1 year ago
I have the same issue. Very annoying. My version is 16.1.1
Do you have any progres in this?
I have been having this issue for over a year. Are there any updates? I have tested and can get this to work with any nx node project and a blank version of Webstorm
Current Behavior
When you start a Nest.js application in debugger mode in IntelliJ (WebStorm/PHPStorm) all breaks are working correctly. After the first rebuild of the application (edit anything, even
console.log
message) breakpoints are not binding correctly and they don't work at all.Expected Behavior
After any change all breakpoints should work again and bind of them should be reloaded. Right now only one solution is to restart the build process.
Steps to Reproduce
app.controller.ts
fileNx Report