but it works bad, i mean it let me to connect to the debugger
correctly but doesn't found files i start (tried to add paths to
source code lookup paths) and when i stop code continues to work
2011/10/27 Daniele Salvatore Albano <d.al...@gmail.com>:
--
Daniele Salvatore Albano
---
IT Consultant
Website Design and Development
Software Engineer and Developer
Linux Servers SetUp And Administration
Embedded Network Solutions
--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Try out node inspector? https://github.com/dannycoates/node-inspectorIt's the Webkit developer tools, for Node and it's awesome.
I don't know. Ask Danny C.
(CCed to "Danny C.")
--
Jorge.
I use node-inspector (with Chrome on a Mac) and I've never had a problem. The thing rocks. I put off learning it for far too long, thinking it would be a big investment of time, but it took 5 minutes to install and figure out, and has saved me hours and hours of console.log...
--
2011/10/27 Mark Hahn <ma...@hahnca.com>:
>> I use node-inspector (with Chrome on a Mac) and I've never had a problem.
>>
> +1 (chrome on PC)
>
> --
> 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 nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
--
It'd be nice if there was a way to dynamically edit the file, but
inspecting/modifying variables in the repl can be really powerful.
I think you can try cloud9,its a awesome tool let you debug,run in browser.Very easy to use!
在 2011-11-1 上午9:26,"Mark Hahn" <ma...@hahnca.com>写道:
> This tool costs some bucksIt's only $35 at the moment. Maybe I'll give it a try. Has anyone used coffeescript with it?
--