The runtime console and graphics window appear to be one and the same at runtime. I know that it's possible to hide and show the console programmatically but is it possible to have them appear as two separate windows? Many times I want to experiment with class/method/function attributes/parameters to either better understand their capabilities or help debug a malfunctioning subsystem. At those times I typically need to review the console output at the same time I'm looking at the graphics output. Currently the only way of doing this seems to be using the message and debug windows, but they don't allow you to enter new values into the running program.
Thoughts?