@Mark Plotnick commented above and actually solved this problem for me.
.pdbrc
after written needs nosource .pdbrc
- just save
.pdbrc
in home directory, and then it is ready to use in any python files when you runpython -m pdb your_file.py
@Mark Plotnick commented above and actually solved this problem for me.
.pdbrc
after written needs no source .pdbrc
.pdbrc
in home directory, and then it is ready to use in any python files when you run python -m pdb your_file.py