Add descriptive window titles when using debug/run_multuple_instances #7141
Closed
kit-solent
started this conversation in
Editor
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using debug/run_multuple_instances I find it hard to know which window is which debug session. I am making an online multiplayer game and my separate windows are giving different error messages but I don't know which errors are associated with the host and which with the client.


If the window title was changed from
<Game Name> (DEBUG)
to<Game Name> (DEBUG session 1)
then it would be easier to correctly interpret error messages.Beta Was this translation helpful? Give feedback.
All reactions