This is is a small set of crates for quick and dirty debugging. It is more or less equivalent to dbg and println in the stdlib but delivers the payload via a TCP socket to a remote viewer.
There are three crates currently:
- rdbg - Used by the debugged program
- rdbg-view - A very basic command line viewer
- rdbg-client - A crate that makes it very easy to write your own viewer