Hi I got the project on the github, I want to analyze this code using debugging. The project uses python 3.6 and requires next command when running
python -m pixloc.run_Aachen
pixloc is package (directory) name and run_Aachen is python file name.
When I run this command using Pycharm, It is successful
but When I run this using Pycharm Debug mode, It is fail
the following image is my Run/Debug Configuration
What can I do for this problem
I try to use setuptools.setup(), but this isn't work I just want to use -m option in debug