forked from qt-creator/qt-creator
debugger: Added comment how to make USE_AUTORUN usable
Task-number: QTCREATORBUG-6951 Change-Id: Ib271f8f2c22705dae5cb799454ee52c22c5bec9d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -62,6 +62,8 @@
|
|||||||
// Same as 1, except that the debugger will stop automatically when
|
// Same as 1, except that the debugger will stop automatically when
|
||||||
// a test after a BREAK_HERE failed
|
// a test after a BREAK_HERE failed
|
||||||
// Default: 0
|
// 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
|
#ifndef USE_AUTORUN
|
||||||
#define USE_AUTORUN 0
|
#define USE_AUTORUN 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user