This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author blueyed
Recipients blueyed, remi.lapeyre, xdegaye
Date 2019-05-25.10:33:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558780412.18.0.855874669943.issue37011@roundup.psfhosted.org>
In-reply-to
Content
> In that case the proposed change builds an implicit stack of trace functions that is increased each time the interpreter executes this hard breakpoint

Very valid and good point.

Would it work to store it on the class then (once)?

FWIW: pdbpp uses a global Pdb instance - mainly to support the use case of hard breakpoints like this (to remember/re-use its configuration then).
History
Date User Action Args
2019-05-25 10:33:32blueyedsetrecipients: + blueyed, xdegaye, remi.lapeyre
2019-05-25 10:33:32blueyedsetmessageid: <1558780412.18.0.855874669943.issue37011@roundup.psfhosted.org>
2019-05-25 10:33:32blueyedlinkissue37011 messages
2019-05-25 10:33:32blueyedcreate