Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Launch eclipse IDE in debug mode with python script

Hi Genady,

> I am interested to get an example written in python of how to
> launch the Eclipse IDE in debug mode with an executable file using
> python script.


Not sure what you are up to. In case you want to debug a python script
using EASE just right click the py file and select Debug as... / EASE
Script. Make sure to set breakpoints first using the PyDev editor.

Trying to read your question in detail you might want to launch Eclipse
from python? -> See [1]

Do you then want to run a python file in the IDE at startup? scripts
may be registered to run at IDE startup, see [2].

Or do you want to run eclipse in headless mode and simply execute a
script? See Eclipse / Help / Scripting Guide / Tasks / Launching
Scripts / Headless

HTH
Christian

[1]
https://stackoverflow.com/questions/13222808/how-to-run-external-executable-using-python
[2] https://wiki.eclipse.org/EASE/Scripts



Back to the top