I have a shell script file that contains the necessary parameters to run
the Python file. I can only run this script with the green button on the top right of pycharm, but when I select the debug option, it
quickly goes out of debug mode. This script file contains the python 3 command.
How can I debug code with this script?
