Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] (no subject)


I am not sure what you mean by "internal" Java debugger...what type of launch configuration are you using?

However, it looks like "SiteURLFactory" is not on your source lookup path. There is a bug with PDE source lookup (http://bugs.eclipse.org/bugs/show_bug.cgi?id=24793), in that it does not present the proper (existing) source lookup path when source cannot be found. I suggest verifying your launch config setup (classpath/sourcepath), and filing a bug with reproduceable steps if this continues to be a problem.

Darin



berestet@xxxxxxxxxx
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

11/25/2002 10:15 AM
Please respond to platform-debug-dev

       
        To:        platform-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-debug-dev] (no subject)


Hello,

I am not totally sure whether this is the right forum to ask such
questions... so, please
let me know if I should be asking this elsewhere...

When I try to use an internal Java debugger for debugging my plugin, in the
20021114
driver I get the 'Debugger Source Lookup' dialog, which says that:
'The source of the type 'org.eclipse.update.internal.core.SiteURLFactory'
could no be
shown as the type was not found.'
And I see my current Source Lookup Path, which points to
eclipse/jre/lib/rt.jar.

I click 'OK' and afterwards when I stop at any of my breakpoints, I get the
same error
and source does not get displayed.

Everything worked just fine until this particular driver. Any help would be
greatly appreciated.

Thanks,
Vadim
Internet:  berestet@xxxxxxxxxx

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top