forked from qt-creator/qt-creator
debugger: make original value of automatically dereferenced pointer accessible
This commit is contained in:
@@ -2559,6 +2559,7 @@ void testMPI()
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int *x = new int(32);
|
||||
testQXmlAttributes();
|
||||
testQRegExp();
|
||||
testInlineBreakpoints();
|
||||
|
||||
Reference in New Issue
Block a user