debugger: make original value of automatically dereferenced pointer accessible

This commit is contained in:
hjk
2011-04-06 18:39:56 +02:00
parent 5a2c64b482
commit cd9aec6df9
6 changed files with 32 additions and 4 deletions

View File

@@ -2559,6 +2559,7 @@ void testMPI()
int main(int argc, char *argv[])
{
int *x = new int(32);
testQXmlAttributes();
testQRegExp();
testInlineBreakpoints();