forked from qt-creator/qt-creator
debugger: kill the debugger if it is still running after it said it has died.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user