Disable auto-scroll in IntelliJ Terminal

Viewed 2752

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-scroll behaviour (and re-enable it) when necessary.

I remember other tools/terminals that stop auto-scrolling if you manually scroll in their window. Is there a setting I am missing?

3 Answers
Related