forked from qt-creator/qt-creator
debugger: put the address of the loaded helpers into the debugger log
This commit is contained in:
@@ -202,11 +202,12 @@ QT_END_NAMESPACE
|
||||
#endif // PRIVATE_OBJECT_ALLOWED
|
||||
|
||||
|
||||
// this can be mangled typenames of nested templates, each char-by-char
|
||||
// comma-separated integer list
|
||||
static char qDumpInBuffer[10000];
|
||||
static char qDumpOutBuffer[100000];
|
||||
//static char qDumpSize[20];
|
||||
// This can be mangled typenames of nested templates, each char-by-char
|
||||
// comma-separated integer list...
|
||||
char qDumpInBuffer[10000];
|
||||
|
||||
// The output buffer.
|
||||
char qDumpOutBuffer[100000];
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user