mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:56:06 +02:00
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:
parent
15f7db6d03
commit
9de81c4ee6
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user