Pycharm Debugger Help

Answered

I am new to pycharm and IDEs in general and am having some trouble setting up the debugger in the program. I have deleted and downloaded several times to see if that would help, but no. The errors I am getting are:


Traceback (most recent call last):


File "D:\PyCharm 2019.2\helpers\pydev\pydevd.py", line 2060, in <module>
main()


File "D:\PyCharm 2019.2\helpers\pydev\pydevd.py", line 1897, in main
setup = process_command_line(sys.argv)


File "D:\PyCharm 2019.2\helpers\pydev\_pydevd_bundle\pydevd_command_line_handling.py", line 136, in process_command_line
setup['file'] = argv[i]


IndexError: list index out of range

Process finished with exit code 1

 

Is it something that I have set up incorrectly? Thank you for you help!

2
1 comment

Hi,

Similar issue been reported, but it's incomplete: https://youtrack.jetbrains.com/issue/PY-30979

But here's a question which would help us identify the issue: https://youtrack.jetbrains.com/issue/PY-30979#focus=streamItem-27-3006209.0-0

0

Please sign in to leave a comment.