Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] debug - how to debug one plugin from the plugin used in the design time

1. I read every line in the Self-hosting in Eclipse using PDE
2. it's run well
3. My problem is : i would want to debug my newplugin in the running system - and it's
    do the debug , when i run with the debug in the running of the design workspace, not the runtime-workspace.
4. what i would want is the debug run an othere instance, and when i try to debug in the second instance - the debug stop on the "main" lines.
5. what i hace recived - is allmost evry time - the system crash, when i put debug and try debug the second system.

Back to the top