use repl command:

debug> repl
Press Ctrl + C to leave debug repl
> 1 + 1
2

On May 4, 12:21 pm, Geronimo Diaz <geroni...@gmail.com> 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 "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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to