From 47fe6ab600b621bda58735d9cae4ff23ac1b637b Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 20 Mar 2012 15:46:34 +0100 Subject: [PATCH] debugger: Added comment how to make USE_AUTORUN usable Task-number: QTCREATORBUG-6951 Change-Id: Ib271f8f2c22705dae5cb799454ee52c22c5bec9d Reviewed-by: hjk --- tests/manual/debugger/simple/simple_test_app.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp index 58a87725e1f..1d0afbc44ff 100644 --- a/tests/manual/debugger/simple/simple_test_app.cpp +++ b/tests/manual/debugger/simple/simple_test_app.cpp @@ -62,6 +62,8 @@ // Same as 1, except that the debugger will stop automatically when // a test after a BREAK_HERE failed // Default: 0 +// Before using this, make sure that "Show a message box when receiving a signal" +// is disabled in "Tools" -> "Options..." -> "Debugger" -> "GDB". #ifndef USE_AUTORUN #define USE_AUTORUN 0 #endif