diff -r 4745a21ce5ef -r f8aa20644a16 Debugger/StartDialog.py --- a/Debugger/StartDialog.py Sat Nov 21 14:44:46 2015 +0100 +++ b/Debugger/StartDialog.py Sat Nov 28 13:15:34 2015 +0100 @@ -127,6 +127,8 @@ Private method used to open a directory selection dialog. """ cwd = self.ui.workdirCombo.currentText() + if not cwd: + cwd = Preferences.getMultiProject("Workspace") d = E5FileDialog.getExistingDirectory( self, self.tr("Working directory"),