Debugger: The console automatic show should work correctly when the console is undocked now.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: The console automatic show should work correctly when the console is undocked now.
This commit is contained in:
gambas 2022-04-13 01:59:17 +02:00
parent 56e24c8cf3
commit 9f85e2b5a3

View file

@ -1322,7 +1322,7 @@ Public Sub OnProjectDebug()
$sLastLocal = ""
$sLastObject = ""
If Settings["/ShowDebugPanelAutomatically", True] Then FDebugButton.SelectButton(TAB_CONSOLE)
If Settings["/ShowDebugPanelAutomatically", True] Then Action["console"].Value = True
lblError.Text = ""
lblError.Adjust
panError.Hide