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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -