On Thu, 2002-04-11 at 23:40, Sergei Rodionov wrote: > Hi, > > I know its been done for good purposes - i.e to speed up and all that, > but.. > Here is situation - > > 1) i am coding processing of old tape data , and i like to run output > for data inside each record. Only problem data set is about 14M and so > after minute or so i conclude that programm running ok, trying to stop > process to remove debugging output... Ha.. fat chance - there is 100% > CPU eating > process inside IDEA, still doing that bloody output.. I.e task is > stopped, but thread with dump isnt.
That's a problem for me too. (BTW, it seems that IDEA processes the output much more quickly if you press the pause button or minimize the run pane. Apparently it can queue text quickly but it takes a long time trying to actually show the text when the contents of the text area changes all the time.) I'd also like to see a way of limiting the total amount of text retained by a run tab, or all of them together, or something. I occasionally run a program with too many debug options on or with too large an input set, and since IDEA tries to buffer everything it crashes with an OutOfMemoryError. _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
