Skip to content
Snippets Groups Projects
Commit 6b63deff authored by Mario Winkler's avatar Mario Winkler
Browse files

Create Run/debug multiple targets with some examples...

Create Run/debug multiple targets with some examples (https://www.jetbrains.com/help/pycharm/run-debug-multiple.html)
parent 6f9a988c
Branches
No related tags found
No related merge requests found
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="jpegcomp" type="CompoundRunConfigurationType">
<toRun name="__main__.py" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/ELA/sample1.jpg -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/ELA/sample2.jpg -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/ELA/sample3.jpg -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/ELA/sample4.jpg -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/ELA/sample5.jpg -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Kodak/kodim01.png -p -Q 80 -M 5" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Kodak/kodim07.png -p -Q 80 -M 5" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Kodak/kodim16.png -p -Q 80 -M 5" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Lena/Lena.png -p -Q 80 -M 5" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim01.png -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim01.png -p -Q 50 -M 30" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim01.png -p -Q 80 -M 5" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim07.png -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim07.png -p -Q 50 -M 30" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim16.png -p -Q 50 -M 15" type="PythonConfigurationType" />
<toRun name="__main__.py -i Testbilder/Manipulated/kodim16.png -p -Q 50 -M 30" type="PythonConfigurationType" />
<method v="2" />
</configuration>
</component>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment