I usually minimize my startup configuration (not sure if this is what you are doing). Here is how I do it:
- Create a new launch configuration
- Go to the Plugins tab.
- Select "Run with:" → "Plug-ins only"
- Click "Unselect All"
- Select only plug-ins that you are debugging from your workspace.
- Optional: you can uncheck the box "Include additional dependencies ..."
- Click "Add Required Plugins"
- Save the configuration and run
Now this may not work on the first shot. This probably means that you have a problem with certain dependencies. This is also a good test for this. Fix it, restart, and it should work much smoother.
source share