python - How can I define .pdbrc on a Windows machine? -
how can define .pdbrc on windows machine?
my .pdbrc file:
alias sl s;;l alias nl n;;l alias cl c;;l after reading answer this question, tried putting in c:\users\<my_user>. starting pdb (using pdb.set_trace()), tried aliases. weren't recognized.
i'd know how set .pdbrc both globally, , virtual environment.
Comments
Post a Comment