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 12746 - Ability to step up call stack like jdb without moving execution pointer
Summary: Ability to step up call stack like jdb without moving execution pointer
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-11 15:29 UTC by Robin Green
Modified: 2001-07-20 20:37 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 Robin Green 2001-06-11 15:29:43 UTC
It would be very useful to implement equivalents for the "up" and "down"
commands in jdb, so that you could step up and down the call stack and see
variables etc. on different points in the stack, without having to step to them
(which could destroy information, and even change what you are trying to inspect!)
Comment 1 Robin Green 2001-06-11 17:58:26 UTC
Oops! This feature is already present (the expand/collapse icons next to each
line in the call stack). Sorry for time-wasting.