debugger: make memory view updatable

Task-number: QTCREATORBUG-3242
This commit is contained in:
hjk
2010-12-08 14:08:35 +01:00
parent cfd2dbb395
commit 7cd3272282
6 changed files with 24 additions and 1 deletions

View File

@@ -1859,6 +1859,13 @@ public:
Foo *f;
};
void testMemoryView()
{
int a[20];
for (int i = 0; i != 20; ++i)
a[i] = i;
}
void testUninitialized()
{
QString s;
@@ -2111,6 +2118,7 @@ void testQSettings()
int main(int argc, char *argv[])
{
testMemoryView();
//testQSettings();
//testWCout0();
//testWCout();