debugger: set ShowConsole to true if not compile as win32 graphic application, used by process debugger, fixes note 12473 of bug #8647.

git-svn-id: trunk@11067 -
This commit is contained in:
vincents 2007-05-03 18:46:44 +00:00
parent 15f7db6d03
commit 9de81c4ee6

View File

@ -1725,6 +1725,7 @@ begin
// set filename after workingdir
FDebugger.FileName := LaunchingApplication;
FDebugger.Arguments := LaunchingParams;
FDebugger.ShowConsole := not Project1.CompilerOptions.Win32GraphicApp;
// check if debugging needs restart
// mwe: can this still happen ?