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 149254 - Program counter is not on top if on the same line as call site
Summary: Program counter is not on top if on the same line as call site
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 15:49 UTC by Petr Cyhelsky
Modified: 2010-05-19 09:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-10-06 15:49:04 UTC
Product Version: NetBeans IDE Dev (Build 200810060201)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b14
System: Windows Vista version 6.0 running on x86; Cp1250; cs_CZ (nb)

To know where exactly the program counter currently is at the first glance, seems to me more important than to know
where the call site is, therefore it would be better to have the program counter annotation on top when the program
counter is on the same line as a call site(ie. when adding listener, etc..) not the call site as it is presently.

Steps to reproduce: place caret on line 129 in MemoryView.java -> invoke step to cursor -> invoke step into
Comment 1 Martin Entlicher 2008-10-06 15:57:42 UTC
This is about the priorities of the annotations.
Comment 2 Daniel Prusa 2010-02-07 13:13:58 UTC
No longer reproducible.
Comment 3 Marian Mirilovic 2010-05-19 09:13:16 UTC
v/c