gatoatigrado / vimap

Variations on imap
Other
12 stars 7 forks source link

allow serial behavior for debugging purposes #1

Closed blampe closed 11 years ago

blampe commented 11 years ago

I'd like to use this to re-write a large amount of some home-rolled multiprocessing code. However, a big advantage with our current system is that we can force it to be run in serial (in the same process) so that we can attach debuggers to worker processes. I'm currently trying to debug crashes happening in other processes and it's a royal pain.

blampe commented 11 years ago

This was fixed by #4.