cannot stop output

the console output of IDEA cannot be "stopped"

Would be very useful if you could stop the output for a while to analyze some traces, then hit another button maybe, to get the incoming tail of the traces again.

Is it worth a JIRA entry? ;)

0
7 comments
Avatar
Permanently deleted user

Isn't this what the Pause button does?

Michael Damberger wrote:

the console output of IDEA cannot be "stopped"

Would be very useful if you could stop the output for a while to analyze some traces, then hit another button maybe, to get the incoming tail of the traces again.

Is it worth a JIRA entry? ;)

0
Avatar
Permanently deleted user

Just press Scroll Lock while the output pane is in focus. It will... lock the scrolling :)

0
Avatar
Permanently deleted user

sounds good - but my keyboard has no scroll-lock key.
do you know if it can be remapped?

0
Avatar
Permanently deleted user

no, the pause button is "pause program",
that means like setting a breakpoint

0
Avatar
Permanently deleted user

Michael Damberger wrote:

no, the pause button is "pause program",
that means like setting a breakpoint


That's in debug mode. In run mode, the pause button temporarily stops
output (but IIRC the system keeps buffering output so everything that
was buffered is shown at once when you press pause again).

0
Avatar
Permanently deleted user

Hello Michael,

Another trick would be move the caret cursor in console window out of the
output end. Output will still be produced but scrolling will stop.
Works in both debug and run modes.

-


Maxim Shafirov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"


0
Avatar
Permanently deleted user

this works!!! Thank you!! ;)

0

Please sign in to leave a comment.