Project
IntelliJ IDEA
Priority
Critical
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Shafirov
Subsystem
Debugger
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Serge Baranov
    5 years ago (17 Nov 2006 18:52)
  • Updated by   root
    2 years ago (17 Jan 2010 20:37)
  • Jira: IDEADEV-13020
    (history, comments)
 
IDEA-35430 Execution point is off the top of the screen
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

Environment: OS: Windows XP
JDK: JDK 1.5.0
IDEA: 6.0
Build: 6107

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Chris Kent
  Chris Kent
17 Nov 2006 19:07
5 years ago
There is a similar problem with the find usages window. When you click on a usage in another file the line is off the screen when the file is displayed. This is also only a problem if there are no tabs in the editor.