Closed tyronedougherty closed 3 years ago
https://github.com/kmagiera/babel-watch/pull/62#issuecomment-313887432
I think this PR can fix.
@zaaack woohoo!! Can confirm this PR fixes it! Will comment in the PR too so hopefully it can get merged ASAP.
Progress on this?
Same issue here. Could this PR be merged?
https://github.com/kmagiera/babel-watch/pull/62#issuecomment-313887432
7.3.0
.
My npm script is as follows:
I get the
Debugger listening on [::]:5859
message and my debugger is able to connect on port5859
, but putting breakpoints in my IDE (JetBrains WebStorm) appears to do nothing, making debugging effectively useless.Using the --debug-brk option also screws up the debugging process, making it break on the underlying
runner.js
file instead of the script we want it to run on.Any ideas how to make breakpoints work?
babel-watch
version is2.0.6