debugger: use 'maint print msymbols' to extract Qt's namespace

still racy
This commit is contained in:
hjk
2011-01-19 10:48:39 +01:00
parent c1228d0c67
commit c736cc3c8d
9 changed files with 213 additions and 66 deletions

View File

@@ -78,13 +78,10 @@ using namespace Debugger::Internal;
using namespace ProjectExplorer;
using namespace TextEditor;
//#define DEBUG_STATE 1
#if DEBUG_STATE
# define SDEBUG(s) qDebug() << s
#else
# define SDEBUG(s)
#endif
# define XSDEBUG(s) qDebug() << s
enum { debug = 0 };
#define SDEBUG(s) if (!debug) {} else qDebug() << s;
#define XSDEBUG(s) qDebug() << s
///////////////////////////////////////////////////////////////////////