QtCreator: prevent scrolling in editor window when stepping in debugger
Qt Creator and other tools
3
Posts
2
Posters
1.0k
Views
1
Watching
-
When I debug code in Qt Creator and press F10 for 1 step, it scrolls the editor, keeping the next statement centered. I find this very confusing, especially when debugging while loops.
I would like it much better if it would only scroll when necessary (when the next statement would be off-screen).
Is it possible to configure it like that?
-
Hi,
AFAIK, not, but you can try contacting Qt Creator's developers/maintainers on the "mailing list":http://lists.qt-project.org/mailman/listinfo/qt-creator to know more about that