forkbreak / fork_break

Fork with breakpoints, for testing multiprocess behaviour.
MIT License
61 stars 6 forks source link

Keep return value of the forked process in the ForkBreak process (fixes #15) #17

Closed pedrocarrico closed 8 years ago

pedrocarrico commented 8 years ago

Maintain the return value of the forked process in the ForkBreak process to improve debugging

@vemv want to take a look?