I have a .py file that I am running in Terminal on my Mac, with a json file as an argument. So I run:
python file.py json_file.json
I am setting a breakpoint in the .py program by clicking the line number, but the program doesn't seem to be breaking. Is there anything else I am supposed to add?