Thanks Miroslav. I read up on your contributions to Node Inspector on StrongLoop's blog [1]. You deduced correctly that I don't actually need Visual Studio at all - really any "IDE" with these debugging features will get the job done. In general this appears to be exactly what I need, but I have a few follow-up questions:
1) I am still not sure I understand how to integrate node-inspector with my own Windows exe with embedded V8. Is this where you would "attach" using process._debugProcess(pid) ? Currently my application does not use node.js at all, so perhaps I need to get that working at a basic level first? 2) Among other reasons, we chose Typescript for its autocompletion and static typing. Are these features of Typescript supported, while debugging, in Node Inspector? [1] http://strongloop.com/strongblog/announcing-a-new-and-improved-node-js-debugger/ -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
