PyCharm breakpoint in Ipython console not triggering
I have two python scripts, test_breakpoints.py and test_breakpoints_import.py (see below), with breakpoints set in PyCharm. The former script imports a function from the latter.
I have two python scripts, test_breakpoints.py and test_breakpoints_import.py (see below), with breakpoints set in PyCharm. The former script imports a function from the latter.