===================== File: DebugMonitor-r2.zip Author: Alister Lee Release: 0.1 Compatibility: R4 (x86) Location: contrib/Libraries Description: Death to printf debugging! Notes: Simple and extensible implementation of trace(msg) and warn(expr, msg). The application to be debugged communicates with the debug monitor through a BMessenger, therefore requiring a very small footprint in the client application and the opportunity (nearly there!) for greatness in the monitor/server. All very simple for any new BeOS programmer. Freeware: includes source and a sample program demonstrating use. NEW in r2: - Uses groups and volumes to filter messages in the monitor. - Uses streams for simplified messages (eg. trace("x is " << x);) - Menu controls aspects of messages displayed (function, source file, line, etc.) =====================