This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 153744 - changing focus at 'step into' action
Summary: changing focus at 'step into' action
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 09:33 UTC by matusdekanek
Modified: 2008-11-24 09:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description matusdekanek 2008-11-24 09:33:12 UTC
Hello
when debugging and invoking step into action on some breakpoint, focus changes to output window, but if I want to 
change method in which I want to step, I need to have focus on source code window. 

For example, I have breakpoint on line
foo = bar( foobar(y) );
invoking step into action will by default mark 'bar' method for stepping into. If I want to step into 'foobar' method, 
I will need either to click on foobar label in code or click somewhere on source code (=editor) window to focus on it 
and only then use arrows. 

It would be great if in such case would focus jump to editor window, so I don`t have to switch it manually. 
(note: this behaviour might apply to some other debug actions as well)
Thanks