Support feedback:
When a breakpoint is hit and the file changes to display the execution point the point is 3 or 4 lines off the top of the screen.
The same happens when you hit alt-F10 or click the button in the debug window. The second time you hit alt-F10 it works properly.
This is a new problem in 6.0.2, it works fine in 6.0.1
I don't normally have tabs visible for the editor. If I enable them then
the problem goes away.
I expect the execution point to be visible on the screen when the a breakpoint is hit
or when I click "Show Execution Point" or hit Alt+F10. At the moment the
file is scrolled so the execution point is off the top of the screen. I
have to scroll up five lines to see it. It's only a problem with IDEA
has to change file. i.e. if I'm looking at one file and a breakpoint is
hit in a different file then I see the problem. If a breakpoint is hit
in the file I'm looking at then it moves the file to the correct place.