Re: [Python-mode] Simpler way to put PDB breakpoints

2013-11-06 Thread Andreas Röhler
Am 06.11.2013 19:00, schrieb Barry Warsaw: On Oct 28, 2013, at 03:36 PM, Andreas Röhler wrote: any suggestions how to deal with this from python-mode.el? http://stackoverflow.com/questions/6980749/simpler-way-to-put-pdb-breakpoints-in-python-code/19634104#19634104 It might be cool to have a

Re: [Python-mode] Simpler way to put PDB breakpoints

2013-11-06 Thread Barry Warsaw
On Oct 28, 2013, at 03:36 PM, Andreas Röhler wrote: >any suggestions how to deal with this from python-mode.el? > >http://stackoverflow.com/questions/6980749/simpler-way-to-put-pdb-breakpoints-in-python-code/19634104#19634104 It might be cool to have a keybindings for this. OTOH, I've gotten ver

[Python-mode] Simpler way to put PDB breakpoints

2013-10-28 Thread Andreas Röhler
Hi all, any suggestions how to deal with this from python-mode.el? http://stackoverflow.com/questions/6980749/simpler-way-to-put-pdb-breakpoints-in-python-code/19634104#19634104 BTW there is pydb still but not heavily in use here currently. Cheers, Andreas