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 4273 - Incorrect message is reported when Debugger stops on breakpoint setted on method.
Summary: Incorrect message is reported when Debugger stops on breakpoint setted on met...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-06 19:39 UTC by Daniel Prusa
Modified: 2003-07-02 16:03 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 Daniel Prusa 1999-10-06 19:39:25 UTC
For some class set Debugger to Default Debugging (not JPDA). Set a breakpoint on method (for example `main`). Start debugger. When it stops on the setted breakpoint, a message like `Thread main stop
ped at Vectors.main line 18` is reported in OutputWindow and in StatusLine. It does not correspondent to Print Text property of the breakpoint which is defaultly of the form `Method {methodName} reach
ed at line {lineNumber} in class {className} by thread {threadName}`. The changes of this property have no effect.

using JPDA - reported messages are OK
Comment 1 Marek Grummich 2000-07-25 09:19:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2001-03-15 15:04:30 UTC
Verified in Forte 2.0 (build 1160).
Comment 3 Quality Engineering 2003-07-02 16:03:35 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.