You can add this control to your applications to provide a "back door console" for you to monitor and debug your interprocess communications. You can even add your own messages to the system while it is running (see this in action with the ...
SimpleIPC is a development platform which allows you to have some of your application's work performed in an external process. If there is a process crash, it will be one of the external processes, rather than your app. SimpleIPC uses .NET Remoting.