debugger: kill the debugger if it is still running after it said it has died.

This commit is contained in:
hjk
2009-06-12 14:26:54 +02:00
parent 4eb11b1a24
commit 47d766d91f
2 changed files with 11 additions and 4 deletions
+3
View File
@@ -644,6 +644,9 @@ void testStdMap()
gg[44] = 4;
gg[55] = 5;
#endif
#if 0
std::map<uint, QStringList> ggl;
ggl[11] = QStringList() << "11";
ggl[22] = QStringList() << "22";