On Sep 6, 2017, at 10:19, Guido van Rossum <gu...@python.org> wrote:
> 
> 99% of the time I use a debugger I use pdb.set_trace(). The pm() stuff is 
> typically useful for debugging small, simple programs only -- complex 
> programs likely hide the exception somewhere (after logging it) so there's 
> nothing for pdb.pm() to look at. I think Barry is wisely focusing on just the 
> ability to quickly and programmatically insert a breakpoint.

Thanks Guido, that’s my thinking exactly.  pdb isn’t going away of course, so 
those less common use cases are still always available.

Cheers,
-Barry

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to