|
|
|
@ -9,6 +9,9 @@ |
|
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
|
|
|
|
|
$Log$ |
|
|
|
|
Revision 1.11 2005/01/28 12:13:11 marc |
|
|
|
|
interference between group name StackTrace and class name StackTrace |
|
|
|
|
|
|
|
|
|
Revision 1.10 2004/11/25 18:30:20 marc |
|
|
|
|
bug fixed (put solution in the documentation) |
|
|
|
|
|
|
|
|
@ -60,7 +63,7 @@ |
|
|
|
|
|
|
|
|
|
namespace mrw { |
|
|
|
|
|
|
|
|
|
/** @defgroup StackTrace Collect and Format a Stack Trace
|
|
|
|
|
/** @defgroup grpStackTrace Collect and Format a Stack Trace
|
|
|
|
|
|
|
|
|
|
Somewhere in a program, there is a fatal error, e.g. an |
|
|
|
|
unexpected exception is thrown. How is it possible to debug the |
|
|
|
@ -279,7 +282,7 @@ namespace mrw { |
|
|
|
|
//@}
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** @addtogroup StackTrace */ |
|
|
|
|
/** @addtogroup grpStackTrace */ |
|
|
|
|
//@{
|
|
|
|
|
|
|
|
|
|
/// evaluate a stack trace and shift it on a stream
|
|
|
|
|