[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Debugging an Eclipse Plug-in

I want to learn the method for debugging a plugin which i am developing.
How is it done?

As simple as this: Open your plug-in manifest with the PDE Manifest Editor. In the Overview tab, click "Launch an Eclipse Application in debug mode". Don't forget to set a breakpoint in your sources, or you won't notice any difference..


Felix