class_debugging.h 585 B

123456789101112131415161718192021
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_debugging.h
  3. // Purpose: Debugging classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_debugging Debugging
  9. @ingroup group_class
  10. wxWidgets supports some aspects of debugging an application through classes,
  11. functions and macros.
  12. Related Overviews: @ref overview_debugging
  13. Related macros/global-functions group: @ref group_funcmacro_debug
  14. */