Debugger: Fix Attach to Unstarted Application.

Use paths with native directory separator when comparing
application names. Also disable the "Continue on Attach"
combo box when a kit with a cdb is selected. The cdbengine
always continues after an attach.

Task-number: QTCREATORBUG-13517
Change-Id: I3dd9cca98f9b4255cafc318836377d802413eace
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
David Schulz
2014-11-25 10:33:51 +01:00
committed by hjk
parent 3f7db88ffd
commit 28907f76e4
2 changed files with 21 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ public slots:
void startStopWatching(bool start);
void findProcess();
void stopAndCheckExecutable();
void kitChanged();
signals:
void processFound();