Here is a screencast on debugging with nodejs http://vimeo.com/19465332
From: [email protected] [mailto:[email protected]] On Behalf Of Steve Esson Sent: 07 February 2011 03:56 PM To: [email protected] Subject: Re: [JSMentors] developing and debugging node.js apps On Sun, Feb 6, 2011 at 6:49 AM, אריה גלזר <[email protected]<mailto:[email protected]>> wrote: Hey I've started playing with Node.js these last 2 weeks, but I've run into a pickle - I'm in need of better development tools. For now I'm using NPP, which is fine for small-scale JS development. But I'v found myself in need of a debugger. So far the best I've found was Eclipse + Chromium SDK, but it is far from useful - you can't add breakpoints beforehand, the files are unorganized, and it's colors can't be configured (which is a bitch when your color scheme is dark and it's font is black). So I was wondering what tools you use to develop Node.js apps (from presentations I've noticed many use Vim - I am willing to make a switch if it's got bonuses over NPP - but I need something more than syntax highlighting and code-completion - but let's not start a "my editor is better" post). Is a debugger still too much to ask for currently? should I simply log stuff to the console? http://cloud9ide.com/ isn't quite ready yet but it might be worth keeping an eye on; one of its priorities is nodeJS development and debugging -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]<mailto:[email protected]> This e-mail is subject to a disclaimer, available at http://www.firstrand.co.za/content/376/disclaimer/ -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
