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 14911 - Possible jump from glyph to Debugger window|Call stack tab
Summary: Possible jump from glyph to Debugger window|Call stack tab
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-29 13:19 UTC by Petr Slegr
Modified: 2005-05-13 16:04 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 Petr Slegr 2001-08-29 13:19:37 UTC
I suggest possibility for jump from "Current program counter" and "Call site" 
glyphs to proper node in Debugger window|Call stack tab.

This could be invoked by double click on glyph for example (NOTE: double click 
handling is not supported by Annotation API yet).
Comment 1 Jan Chalupa 2001-11-27 12:09:51 UTC
Target milestone -> 3.3.1.
Comment 2 Marek Grummich 2002-07-22 09:01:58 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Marek Grummich 2002-07-22 09:06:29 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 Martin Entlicher 2005-05-13 16:04:08 UTC
Double-click will currently add and subsequently remove a breakpoint, thus it
will do nothing. Annotation API does not seem to handle double-click.
We can just add a context action there...