Sent from my iPhone
Begin forwarded message: > From: James Lu <[email protected]> > Date: July 28, 2019 at 6:23:06 PM EDT > To: Andrew Barnert <[email protected]> > Subject: Re: [Python-ideas] Utilities for easier debugging > > >> On Jul 28, 2019, at 4:26 PM, Andrew Barnert <[email protected]> wrote: >> >> You want this added to every module’s globals? Why not put it in builtins >> instead? > It’s not a function call, it’s an expression that when evaluated triggers a > breakpoint, so you have to add it as a property descriptor.
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/EQY2RQMRVQF2IERDNIB6IEAT2KI4RLPI/ Code of Conduct: http://python.org/psf/codeofconduct/
