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 11371 - Debugger can't find source files
Summary: Debugger can't find source files
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker with 1 vote (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-12 19:55 UTC by Peter Luttrell
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 Peter Luttrell 2001-04-12 19:55:22 UTC
When i debug, i get the message: "Breakpoint reached at line ? in class com.... 
by thread main." And the source editor is not displayed. If i manually bring it 
up, i see that the breakpoint is on the line, however it is not blue. Then i 
hit F8 to step over that line and I get the message: "Thread main stopped at 
com..... line 403 - unabalable source file."

Debugger can't find the source file. The work around is to mount another cvs 
file system, smae as the first, except that this time choose the relative mount 
point to the directory above the com dir in the source tree. Yikes this is a 
terriable work around considering the number of modules that I want to be able 
to debug at one time - each are in a different spot in the file system.
Comment 1 Jan Stola 2001-04-13 09:14:49 UTC
I am marking this issue as invalid because it works as designed.
The filesystems mounted in the Explorer represent paths in the classpath
of the debugged process. So, if they are not mounted correctly,
the debugger is not able to found correct source files.