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 2692 - Go to source from breakpoint on method wasn`t perform
Summary: Go to source from breakpoint on method wasn`t perform
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-23 01:25 UTC by pzajac
Modified: 2002-07-19 15:17 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 pzajac 1999-07-23 01:25:55 UTC
1.you add breakpoint on method of class
2.  you go to source from explorer->Debugger->Breakpoints->Properties(Popup) ->Go to source
3. I am not going to source

[Hanz] Breakpoint on method works differently than breakpoints on line. The places where the breakpoints are (there may be more methods with the same name) are highlited in the editor after debugger s
tarts to debug this source - not when the breakpoint is created. It is because line numbers of them are computed by debugger implementation, not by the openide/src.
  But something is changed - the Go to source action will not be enabled in this case now.
Comment 1 Marek Grummich 2000-07-25 09:32:59 UTC
Priority is changed to P4 (normal).