How to debug Licode in Node.js effectively?

Hello!

I’m looking for a solution/method to debug the whole running project at
once. I’m using node-inspector for the JS files, which works fine (e.g. a
different port for each JS file). But I’m not able to debug the native
server code (Erizo). Is there an effectively way to make a debugging of
this scenario possible?

Thanks for your effort and help.