Skip to content

Always hide console window on Windows#108

Open
mtnpke wants to merge 2 commits into
cs01:masterfrom
mtnpke:patch-1
Open

Always hide console window on Windows#108
mtnpke wants to merge 2 commits into
cs01:masterfrom
mtnpke:patch-1

Conversation

@mtnpke

@mtnpke mtnpke commented Jul 31, 2025

Copy link
Copy Markdown
  • I have added an entry to CHANGELOG.md

Summary of changes

Always hide console window on Windows

Test plan

Tested by running

from pygdbmi.gdbcontroller import GdbController
g = GdbController()
res = g.write("show version")
print(res)

mtnpke added 2 commits July 31, 2025 10:36
In the case of Windows GUI applications, Popen may create a new (empty) terminal window. Explicitly set CREATE_NO_WINDOW flag so this never happens. It is ignored on POSIX operating systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant