Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python: line highlight on Sublime Text 2 from ipdb

for a while I had this option that highlighted the currently executed line on a Python source file open in Sublime Text 2 while debugging from the shell with ipdb.

I don't know if it was a plugin, or an option or something, but I can't find it anymore. Any help?

like image 514
pistacchio Avatar asked Nov 12 '22 21:11

pistacchio


1 Answers

Is PdbSublimeTextSupport what you haven been looking for? And https://gist.github.com/reebalazs/7641029 for a suitable .pdbrc? Though autocompletion seems to be broken with this setup.

like image 189
phantomas1234 Avatar answered Nov 15 '22 11:11

phantomas1234