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

Summary: Adding 3 new tags for Print text property of Java breakpoints.
Product: debugger Reporter: gpetrov <gpetrov>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.