There is only one Script Output that appears for all the editor tabs. In contrast, the Data Grid appears separately for each editor tab.
Why is there no option for the Script Output to appear the same way as the Data Grid — that is, separately for each editor tab — in version 2025R1?
The reason for the current behavior is the script execution engine is a debugger, even if your active debugger is set to DBMS or JDWP. When the active debugger selection is Script the current behavior makes sense because you can step through execution which will load referenced scripts into new tabs, etc. The output is a representation of all open tabs that have played a part in producing it. This is the reason the Debugger tabs are also one per Editor vs. one per tab.
In my opinion, most of the use of the Script Output screen is for viewing data results, not for debugging. Therefore, it doesn’t make sense that the need to support the debugger should prevent the option of displaying the Script Output per editor tab.
I agree. This requires some investigation and thought so I have logged it to be looked at. Script Debugging is the minority use case, but it is still a requirement so I’ll need to look into how to best address both sides.