- @b wxDebugContext
- #wxDebugContext is a class that never gets instantiated, but ties together
- various static functions and variables. It allows you to dump all objects to that stream, write statistics about object allocation, and
- check memory for errors.
+
+ @li @ref overview_debugging_dbgctx
+ @li @ref overview_debugging_dbgmacros
+ @li @ref overview_debugging_logging
+ @li @ref overview_debugging_dbgctx2
+
+
+ <hr>
+
+
+ @section overview_debugging_dbgctx wxDebugContext
+
+ wxDebugContext is a class that never gets instantiated, but ties together
+ various static functions and variables. It allows you to dump all objects to that stream,
+ write statistics about object allocation, and check memory for errors.
+