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 26585 - Adding 3 new tags for Print text property of Java breakpoints.
Summary: Adding 3 new tags for Print text property of Java breakpoints.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-17 10:23 UTC by gpetrov
Modified: 2008-04-22 17:54 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 gpetrov 2002-08-17 10:23:01 UTC
Adding 3 new tags for Print text property of Java
breakpoints.
callingClassName
callingMethodName
callingLineNumber
For example when I use method breakpoint tag
{lineNumber} always prints the same line number
wich is not of great value
for me. I would prefer in some cases to print name
of the 
calling method and line.
Comment 1 Roman Ondruska 2005-05-16 10:30:59 UTC
This is possible and could be useful. 
Comment 2 Petr Cyhelsky 2008-04-22 17:53:42 UTC
It is implemented now (NB 6.1) and seems to have been for a long time.