On Mar 23, 9:32 am, Karl Tiedt <[email protected]> wrote: > Hmm I downloaded the trial and trying to test a simple Node test case > and it says "Javascript Debugging is not supported" yet Node.js bin is > all accounted for in the settings...
Hey Karl, You need to ensure the language-type is set to "Node.js" (in the bottom-right corner of Komodo statusbar), as the file has likely been detected as a "JavaScript" file instead. It's often difficult to tell if a file is actually JavaScript or Node.js. Komodo uses some content-sniffing techniques to try to get this right, but if it's not working you can either override the file association for ".js" files to map to Node.js in Komodo's preferences, or you can add a hash-bang declaration like "#!/usr/bin/env node" to the top of file. Also - if you think the content should be easily recognizable as Node.js - please do file at bug (or send me an email) at: http://bugs.activestate.com/enter_bug.cgi?product=Komodo and provide the sample content and your thoughts on how to better detect it. Thanks, Todd -- 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
