[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Debug plugin with external jar?

I have made a plugin that uses an external jar (I have wrapped this jar into a plugin). But when I try to debug the code in SamplerHandle and I get to function that called on an object in the external jar archive I just get the error:

Source not found

The source attachment does not contain the source for the file ....class

Its possible to press the "Change Attached Source" but I have tried everything here and I still does not show the source.

Is it impossible to debug an external jar/plugin?