[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: No Source files in debugger for classes imported as folder-library in Integration build 20011116

I need to clarify this problem...

It sounds like you are:
* creating a folder in the workpace that contains ".class" files
* specifying the folder as a library

But, did you also import the ".java" files to the same folder?

Darin

"mle" <mle@xxxxxxx> wrote in message news:9u559k$sms$1@xxxxxxxxxxxxxxxx
> There are some bug reports in bugzilla with the theme "missing source"
> but I can't identify that one with my problem.
>
> Now some detail: I get no source files in debugger for classes imported as
> folder-library in Integration build 20011116, but I can see them if I
import the
> complete project which host the class folder (note: I use differnet
> folders for sources and classes and the class-folder is named dir.class
> - don't ask why!).