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 115858 - Consider modification of RunIntoMethod action
Summary: Consider modification of RunIntoMethod action
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 111501 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-18 15:16 UTC by Roman Ondruska
Modified: 2008-04-17 15:09 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 Roman Ondruska 2007-09-18 15:16:31 UTC
The current NB debugger has built-in a RunIntoMethod action that resumes the VM execution and consequently stops it
after a specified method is entered. 
Consider the following chage:
There are two versions of the method--one default and one contextual. 
When the default version is invoked, the execution is stopped after the last method of the current line is entered.
When the contextual version is invoked--editor contextual menu; cursor on a selected method--the execution is stopped
after the selected method is entered.
Comment 1 Petr Cyhelsky 2008-04-17 15:09:30 UTC
*** Issue 111501 has been marked as a duplicate of this issue. ***