Dmitry Prokashev
Dmitry Prokashev
That would be a nice feature, I will certainly work on it soon. Two questions: 1. Could you please show the exact code about the line 205, which makes it...
no hurries :-) > I don't have the error but the execution doesn't stop on break points. The same issue for me, I did not manage to get into the...
Great, thanks for the info! I'm currently finishing another project, and after two weeks or so I will be able to swithc to this issue (or maybe randomly on the...
Some additional thoughts: This is how it worked for me: - the subprocess is started with --debug-brk; - I connect node-inspector to the subprocess and continue the execution; - plugin...
I never dealt with Meteor actually. Let me know if you have some info in how it should be supported.
This is a subject of extended version of the library (which will likely be released separately). I'm currently working on this.
Regretably postponed, but i'm going to get back here after I finish another project. Hopefully in a month or two.
wow, thanks. will investigate
What can one do here with the require() by the way? The point of the sandbox is to protect the main application.
Actually I was thinking about running a subprocess in a chrooted environment, and use an OS-level communication channel to avoid shared objects between parent and child processes :-)