Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Launch tool inside a plugin


This is not the correct list for this.  You should try the jdt debug  list or perhaps eclipse.platform newsgroup.
You can also look at this page: http://wiki.eclipse.org/index.php/Support_seamless_debugging_between_JDT_and_CDT which might help.

-Andrew


"Mergey Arnaud" <amergey@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

11/14/2007 10:25 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] Launch tool inside a plugin





Hi,
sorry if I send this mail to the wrong list.

I have a java application launched with a exe file. I can't launch it directly with a java main class, I have to launch it with the exe.
I need to write an extension to this application, and in order to debug it with eclipse,
- I  write an external tool launcher configuration in order to launch the exe in debug mode with eclipse
- I write a Remote Java Application configuration in order to debug the application with my extension, inside eclipse.

My questions are : Can I write an eclipse plugin allowing to launch the external tool and the Remote Java application configurations with only one button in the toolbar ? if yes how ? is it possible to reuse the .launch files of my two current configurations ?

Thanks for help
regards,
Arnaud MERGEY
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top