I am facing an issue with my HTML5 Framework where the debugger is not visible in fullscreen mode due to the canvas taking up the entire screen. I need a solution where the debugger can be opened in another tab or popup so it can be moved off to another monitor while still being able to access the window or tab that launched it.
One possible approach would be to restrict fullscreen mode when using the debug version of the framework, but I prefer not to take that route for various reasons. So my question is, is it possible for a web app to open a popup window (debugger) and allow that popup to interact with the original window (web app)?