PrintfDebugging

Last edit February 21, 2006
Debugging without access to a debugger, one needs to UseTracing statements around the code under observation. This technique is used to implement the BinaryChop, and is often used in small spaces, such as DeviceDrivers and EmbeddedSystems.
CategoryDebugging