forked from qt-creator/qt-creator
Make CDB load custom dumpers.
Load in a 'well-defined' (temporary) breakpoint at main().
This commit is contained in:
@@ -2529,7 +2529,11 @@ void *qDumpObjectData440(
|
||||
int protocolVersion,
|
||||
int token,
|
||||
void *data,
|
||||
#ifdef Q_CC_MSVC // CDB cannot handle boolean parameters
|
||||
int dumpChildren,
|
||||
#else
|
||||
bool dumpChildren,
|
||||
#endif
|
||||
int extraInt0,
|
||||
int extraInt1,
|
||||
int extraInt2,
|
||||
|
||||
Reference in New Issue
Block a user