If the python script to debug contains something like ``` if __name__ == '__main__': main() ``` the script will not run correctly. To fix, remove the "if" line and just directly call main().