inspect-process
inspect-process copied to clipboard
inspect-bin
Perhaps this doesn't belong here, yet I might get some feedback here.
Wouldn't it be nice to run debugging sessions of locally installed executables just like one would run locally installed executables with npm-run?
So instead of
$ inspect node_modules/.bin/webpack
We'd do
$ inspect-bin webpack
Or something like that?
Seems like it would be a "nice to have" feature? On my end, a few larger features prioritized above it, but if you wanted to take a stab at a PR, I'd gladly review.