Backgroud:
- I am using VS code. I am trying to run a python project.
- I am on Ubuntu 18, Python 3.6 anaconda installation.
Issue:
I set a breakpoint in another file which has a function that is being called in my main file and in the debugging mode, VS code doesn't stop at all on the breakpoint.
How can I set a breakpoint in another file that is not the main.py?
Additional:
I had another question, how can I get command line arguments when running a program in debugging mode? Is hardcoding the only option?