I am working on a JavaScript file and using the alert() method to print some object information. I am testing my ".js" file on Eclipse. Every now and then this information is to big to fit in the alert box so I see the alert box but am unable to see the OK button (located usually in the end of the alert box). So I end up force quitting Eclipse. The same thing also happens with some browsers (Google Chrome). Is there any way to prevent force quitting or is this somehow preventable?
I know this question is somewhat general but it happened to me a lot recently and I am wondering if this can be avoided.