Skip to content

Conversation

mtnpke
Copy link

@mtnpke mtnpke commented Jul 31, 2025

  • 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