Hi everybody, i'm new in node.js world and i have a problem with node built-in debugger, when i debug a simple test.js script with "node debug test.js", i try to use the "print" command and always give me "..." (three dots):
bash > node debug test.js debug> print 1+1; ... nothing happens, i have to hit ctrl+c to give back the prompt of the debug. I try with node v0.6.10, v0.6.16 and v0.6.0 and always i get the same "..." , i think that is something wrong with my environment, i really don't know :(. Someone could give me a clue ? Best regards pd: sorry for my english, is pretty basic. -- 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
