Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.77k stars 150 forks source link

Cluster support #53

Open quanru opened 8 years ago

quanru commented 8 years ago

When i use cluster to fork sub-process, i can't enter the break point of anonymous function in the router.post and router.get.

mattdesl commented 8 years ago

Can you put together a test case? I've never used cluster before.

nelix commented 8 years ago

I wonder if we could shim fork() so work with chrome render processes