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 xdegaye
Recipients ammar2, gwk, vstinner, xdegaye
Date 2017-02-02.11:27:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486034862.5.0.321292479044.issue29400@psf.upfronthosting.co.za>
In-reply-to
Content
> The motivation for this suggestion was that for tracers that *are* interested in instructions, it *might* be simpler to get two calls, one of 'line', and one of 'instruction'. Maybe it's a bad idea though.

Thanks for the clarification. It's ok if instruction tracing remains an opt-in feature. As for this suggestion, I am not sure it is useful for debuggers based on the bdb module as trace_dispatch() (the bdb trace function) receives notification of the trace event type as the 'event' argument.
History
Date User Action Args
2017-02-02 11:27:42xdegayesetrecipients: + xdegaye, vstinner, gwk, ammar2
2017-02-02 11:27:42xdegayesetmessageid: <1486034862.5.0.321292479044.issue29400@psf.upfronthosting.co.za>
2017-02-02 11:27:42xdegayelinkissue29400 messages
2017-02-02 11:27:42xdegayecreate