Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » how to debug existing plugin
how to debug existing plugin [message #1738303] Mon, 18 July 2016 20:20 Go to next message
vasubabu machavarapu is currently offline vasubabu machavarapuFriend
Messages: 3
Registered: July 2016
Junior Member
I have eclipse plugin which is developed by third party and i want to extend that plugin to customize as per my requirement.

so i created a new plugin project and mentioned other plugin as dependency plugin, but while running the plugin i am facing some initilization errors.

is there any way , how to debug the existing plug in Eclipse?
Re: how to debug existing plugin [message #1738309 is a reply to message #1738303] Mon, 18 July 2016 21:01 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

You would use Eclipse to debug a separate instance of itself, just as any plug-in developer does many, many times a day. You wouldn't want to debug your actual instance because you might corrupt the on-disk metadata of your workspace by trying to modify it from more than one process, plus a triggered UI breakpoint would freeze your debug UI.

https://wiki.eclipse.org/FAQ_How_do_I_run_my_plug-in_in_another_instance_of_Eclipse%3F


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: how to debug existing plugin [message #1738431 is a reply to message #1738309] Tue, 19 July 2016 19:04 Go to previous message
vasubabu machavarapu is currently offline vasubabu machavarapuFriend
Messages: 3
Registered: July 2016
Junior Member
Thanks for your reply.

Let me explain clearly.

I have Eclipse1 with a third party plugins, now i want to to extend those plugin to modify something on the UI.

I have downloaded a new eclipse and file-->import-->plug-in Developement-->plug-ins and fragments

so it imported third party plug in and all the dependent plug-ins.
now i tried to run as eclipse application and getting the below error

java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)


my question is now a days all the client tools are developing on eclipse platform ex:informatica client or cloever ETL.
can we import those tolls plugins in to standalone Eclipse and can we try to test/debug those thirdparty plugins?
Previous Topic:Setting SSH connection on secondary ethernet card
Next Topic:Building a project retracts the directory list
Goto Forum:
  


Current Time: Thu Apr 25 12:53:07 GMT 2024

Powered by FUDForum. Page generated in 0.09208 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top