forked from qt-creator/qt-creator
debugger: cosmetics
supresses wiggly lines ...
This commit is contained in:
@@ -99,8 +99,8 @@
|
||||
#ifdef DEBUG_STATE
|
||||
// use Q_FUNC_INFO?
|
||||
# define STATE_DEBUG(s) \
|
||||
{ QString msg; QTextStream ts(&msg); ts << s; \
|
||||
showDebuggerOutput(LogDebug, msg); }
|
||||
do { QString msg; QTextStream ts(&msg); ts << s; \
|
||||
showDebuggerOutput(LogDebug, msg); } while (0)
|
||||
#else
|
||||
# define STATE_DEBUG(s)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user