I want to debug a NodeJS Express app that is using Gulp. Is this possible in Eclipse? I tried it with Nodeclipse-plugin and it worked for normal NodeJS Express apps, but not for one that used gulp (I imported the project via EGit, as described in this post). After starting the debugging, the debugger just stops after the first line saying Chromium requested a shutdown.
How do I import a Github repository into Nodeclipse (Enide)?
How can i debug this?