<div dir="ltr"><div>Proposal:</div><div><br></div><div><a href="http://pdb.st">pdb.st</a> = pdb.set_trace</div><div>-----------</div><div><br></div>I find myself typing this a lot:<div><br></div><div>    import pdb;pdb.set_trace()</div>
<div><br></div><div>It's the int3 of python. When I want to debug an exact point in the code I use the above line.</div><div><br></div><div>I hope I don't come off as spoiled, it's just that import pdb;<a href="http://pdb.pm">pdb.pm</a>() is so short that I can't help but wonder how better my life would be if I could do:</div>
<div><br></div><div>    import pdb;<a href="http://pdb.st">pdb.st</a>()</div><div><br></div><div><br></div><div>What do you guys think? I know aliasing isn't cool since TSBOAPOOOWTDI but practicality beats purity....</div>
<div><br></div><div><br></div><div>Yuval</div><div><br></div></div>