Skip to content

An additional black box is opened when running this program. #1605

Answered by 13r0ck
mhanhmk asked this question in Q&A
Discussion options

You must be logged in to vote

That's called the windows command prompt. It's really useful for debugging software. If your code has a print statement in it, you will see it there.

It can be disabled by adding #![windows_subsystem = "windows"] to your code like this, but you probably want it there while you develop your application.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mhanhmk
Comment options

Answer selected by mhanhmk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants