forked from qt-creator/qt-creator
Debugger: Documentation work on qtcreatorcdbext/Debugger.
Add comments, introduce internal switch in doc/api/qtcreator-api.qdocconf.
This commit is contained in:
@@ -50,6 +50,14 @@ enum { winExceptionCppException = 0xe06d7363,
|
||||
winExceptionAppInitFailed = 0xc0000143
|
||||
};
|
||||
|
||||
/*!
|
||||
\class IDebugEventCallbacks
|
||||
|
||||
Event handler wrapping the original IDebugEventCallbacks
|
||||
to catch and store exceptions (report crashes as stop reasons).
|
||||
\ingroup qtcreatorcdbext
|
||||
*/
|
||||
|
||||
EventCallback::EventCallback(IDebugEventCallbacks *wrapped) :
|
||||
m_wrapped(wrapped)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user