I can debug normal node applications by node-inspector and node-debug command.
How to debug my bower resolver?
I have only one idea: write another node app and require my bower resolver in it and use methods programmaticaly. Actually, I think that the correct way is to debug it on bower install.
So, how?