Hacker News new | ask | show | jobs
by bheadmaster 976 days ago
I cannot help but feel that "distributed debugging" would already be a solved problem in Plan 9 operating system...
1 comments

…or, I guess Barbara Liskov in 1987, with Argus. And yet, we still seem to debug programs interactively in isolation. Perhaps it’s because all of those systems assumed a system developed in isolation, that didn’t evolve independently and weren’t implemented in different programming languages communicating through different network protocols instead of function/method invocations.