Bug 43456 - focus is not given to the source when hitting a breakpoint
Summary: focus is not given to the source when hitting a breakpoint
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-22 15:42 EDT by Eric Chaland CLA
Modified: 2003-09-24 09:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Chaland CLA 2003-09-22 15:42:20 EDT
- focus is not given to the source when hitting a breakpoint 
- breakpoint stops correctly and source is highlighted correctly, but source 
file does not have focus
Comment 1 Darin Wright CLA 2003-09-24 09:44:47 EDT
The debugger does not change the focus when a breakpoint is hit, or a step 
completes. It leaves focus with the part that had focus intentionally. We do 
this so that the user's focus part is not lost, and the current key-bindings, 
etc remain intact.