Hi, I've managed to debug the nodejs with intelliJ via node-supervisor. As we know, intelliJ allows remote debug. All we do is to run node app in remote debug, then setup remote debug on intelliJ and you're done.
+ To setup remote debug with node-supervisor, see this: http://stackoverflow.com/questions/6468015/run-node-js-application-in-debug-with-supervisor (the related issue: https://github.com/isaacs/node-supervisor/pull/50) + on intelliJ, edit configurations -> add Node JS Remote Debug and you're done. I'm figuring out simpler configurations. Cheers, On Friday, September 2, 2011 6:27:01 PM UTC+7, Sri wrote: > > Hi, > > (Bear with me, I'm still a noob, may ask stupid questions) > > I'm using the IntelliJ IDEA with the Node plugin. Helps with server side > debugging. > > I would like to use node-supervisor for hot reloading (continuous > compilation) within IDEA as a run config. > > Can this be done? > > - Sri > > -- > Srirangan | About <http://srirangan.net/about> Blog<http://srirangan.net> > GitHub <https://github.com/Srirangan> > LinkedIn<http://www.linkedin.com/in/srirangan> > Twitter <http://twitter.com/srirangan> > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
