summaryrefslogtreecommitdiff
path: root/src/libs/qtcreatorcdbext/eventcallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qtcreatorcdbext/eventcallback.h')
-rw-r--r--src/libs/qtcreatorcdbext/eventcallback.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/qtcreatorcdbext/eventcallback.h b/src/libs/qtcreatorcdbext/eventcallback.h
index b066923dd2..d6e9b9daa0 100644
--- a/src/libs/qtcreatorcdbext/eventcallback.h
+++ b/src/libs/qtcreatorcdbext/eventcallback.h
@@ -37,8 +37,8 @@
#include "common.h"
#include "extensioncontext.h"
-/* IDebugEventCallbacks event handler wrapping IDebugEventCallbacks to catch some output */
-
+/* IDebugEventCallbacks event handler wrapping the original IDebugEventCallbacks
+ * to catch and store exceptions (report crashes as stop reasons). */
class EventCallback : public IDebugEventCallbacks
{
public: