You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a project/game from the editor in Exclusive Fullscreen mode, if an error is thrown, the editor won't be brought to the front/top to show where the error is, like normal. Instead, the project/game process will freeze and become unresponsive and one has to wait for the 'not responding' window to close it, or kill the process.
During this time alt-tab'ing doesn't work for me to go back to the editor (which works fine), I have to Ctrl+alt+del to bring Task Manager with priority (Ctrl+Shift+Esc doesn't work even with Task Manager having 'Always on top' enabled).
This is very annoying when debugging a game in Exclusive Fullscreen mode.
Steps to reproduce
Enable Exclusive Fullscreen (through code or Project Settings) and run into an error.
Run the MRP, it has an error setup on purpose, and has Exclusive Fullscreen enabled.
The workaround of course is to set the mode in the project settings to something else than Exclusive Fullscreen. is to use the Windows key in case of a Breakpoint or an Error to get back to the editor and see it. Now I don't keep that unstaged change lingering anymore 🙏 .
Godot version
v4.0.rc5.official [6296b46]
System information
Windows 10, Vulkan
Issue description
When running a project/game from the editor in Exclusive Fullscreen mode, if an error is thrown, the editor won't be brought to the front/top to show where the error is, like normal. Instead, the project/game process will freeze and become unresponsive and one has to wait for the 'not responding' window to close it, or kill the process.
During this time alt-tab'ing doesn't work for me to go back to the editor (which works fine), I have to Ctrl+alt+del to bring Task Manager with priority (Ctrl+Shift+Esc doesn't work even with Task Manager having 'Always on top' enabled).
This is very annoying when debugging a game in Exclusive Fullscreen mode.
Steps to reproduce
Enable Exclusive Fullscreen (through code or Project Settings) and run into an error.
Run the MRP, it has an error setup on purpose, and has Exclusive Fullscreen enabled.
MRP code:
Minimal reproduction project
EF bug.zip
The text was updated successfully, but these errors were encountered: