[nodejs] Re: Node debug issue

2012-05-05 Thread Geronimo Diaz
Thanks to all, repl command works. El viernes, 4 de mayo de 2012 02:16:42 UTC-3, Andrey escribió: > > use repl command: > > debug> repl > Press Ctrl + C to leave debug repl > > 1 + 1 > 2 > > > On May 4, 12:21 pm, Geronimo Diaz wrote: > > Hi everybody, i'm new in node.js world and i have

[nodejs] Re: Node debug issue

2012-05-03 Thread Andrey
use repl command: debug> repl Press Ctrl + C to leave debug repl > 1 + 1 2 On May 4, 12:21 pm, Geronimo Diaz wrote: > 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 "pr