debugger: don't remove corefiles that we did not create.

This commit is contained in:
hjk
2010-09-07 14:19:44 +02:00
parent a364b93577
commit 98e37b3b15
4 changed files with 8 additions and 5 deletions

View File

@@ -108,6 +108,7 @@ using namespace TextEditor;
DebuggerStartParameters::DebuggerStartParameters()
: attachPID(-1),
useTerminal(false),
isSnapshot(false),
breakAtMain(false),
qmlServerAddress("127.0.0.1"),
qmlServerPort(0),