|
|
|
Re: PDE doesn't find source code when debugging [message #895344 is a reply to message #895213] |
Thu, 12 July 2012 10:09  |
Eclipse User |
|
|
|
PDE builds and runs against two sets of bundles. Those in the workspace and those in the target platform. By importing projects you are adding them to the workspace. To work with your target platform, use Preferences > PDE > Target Platform.
Only bundles that are required by projects are added to the Java search scope. So using Open Type (Ctrl-Shift-T) will only find classes from the workspace or from target bundles required by the workspace projects.
I would start by checking whether birt is actually in your target platform. If you have birt installed in Eclipse, then the default target platform will include it (hit restore defaults on the preference page). If the search scope is a problem, you can expand it to include all target bundles using the fourth option on Preferences < Plug-in Development.
|
|
|
Powered by
FUDForum. Page generated in 0.03818 seconds