↧
Answer by Daniel for What is the proper way to write (and source?) .pdbrc file?
@Mark Plotnick commented above and actually solved this problem for me. .pdbrc after written needs no source .pdbrcjust save .pdbrc in home directory, and then it is ready to use in any python files...
View ArticleWhat is the proper way to write (and source?) .pdbrc file?
I tried to write a .pdbrc file in both Python 2.7 and Python 3.5, using a sample code provided in pdb doc, see below: # Print instance variables (usage "pi classInst")alias pi for k in...
View Article