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 59957 - enhancements for the debugger similar to JB 2005 foundation
Summary: enhancements for the debugger similar to JB 2005 foundation
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 00:44 UTC by sviyer
Modified: 2005-12-13 10:38 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 sviyer 2005-06-15 00:44:25 UTC
We are migrating from JB 2005 foundation - free version to NB and miss the
following functionality.

- ability to smart step 
  
  i.e. step into the current method without stepping into any function calls in
the parameters ( unless Borland has a patent on this )

- ability to jump to the current execution point
  
  sometimes you browse a number of files while debugging. You forget where the
you are at. A function key takes you directly to the current execution point.
  This can be done in NB by finding the debugger window and clicking on hyper
text. But func key is very productive.

- while debugging ability to reset execution point - at least inside the current
method - and restepping through some part of the code 


Cheers
Comment 1 Martin Entlicher 2005-12-13 10:38:19 UTC
- ability to smart step 
This is already implemented in NetBeans 5.0 - "Run into method" action

- ability to jump to the current execution point
Not yet implemented

- while debugging ability to reset execution point and restepping through some
part of the code
See issue #38762.