Disable auto scrolling in IntelliJ terminal

I want to start debugging while my program is still running and producing output. The scroll position always jumps to the newest output. I want to disable this auto-scrolling behavior (and re-enable it) if needed.

I remember other tools / terminals that stop autoscrolling if you manually scroll through them in the window. Is there a setting I am missing?

+3


source to share


3 answers


This is currently not possible for the Terminal toolbox , please check the following open queries:



+3


source


ctrl +s will suspend the terminal process
ctrl +q will resume the terminal process

      



Not a real solution, but a work around

+1


source


I'm guessing what you're talking about Run Console

, in which case there is a button that will disable auto-scrolling:

magenta arrow

Magenta down arrow button toggles autoplay on and off

0


source







All Articles