Eclipse - Pydev - Launch with default launcher settings

I saw questions here and here and others where they ask how they can always launch a previously launched application.

My Eclipse Pydev workspace has two launch configurations: Python Run and Python unit-Test. I ask how I can run a focused file on my eclipse (the .py file that I am currently viewing) with the default launch setting, which should be "Python Run". I do not want Eclipse to prompt me each time to choose between two launch configurations.

EDIT

No one really knows about this? Is it so frustrating to choose a startup configuration every time you create a new file? Why can't I set it to the default “Python Run” and forget about the “Python Unit test”? Thank you, I won’t ask a question again.
0
python eclipse python-unittest pydev
Jul 16 '17 at 9:47 on
source share

No one has answered this question yet.

See similar questions:

52
How to create default debugging and configure in Eclipse?
3
Where is the default startup configuration option for a project in Eclipse set?

or similar:

2425
Least Surprise and Mutable Default Argument
2097
Is there a way to run Python on Android?
1858
"Debug certificate expired" error in Android Eclipse plugins
1248
How can you speed up Eclipse?
258
How to run all Python test tests in a directory?
42
Continuous unit testing with Pydev (Python and Eclipse)
3
Lack of Java console output in Eclipse; works with PyDev
2
Running unit tests using PyDev
one
How to prevent creation of a launch configuration in PyDev
0
Pydev workspace access path



All Articles