no longer can set breakpoint on 'pass' statement?

M

Mark Winrock

Can someone point me to some documentation as to why pdb breakpoints are
not working on 'pass' statements (at least on 2.4.1)?

I was used to that working in the 2.2.3 build I was using up to this
last year. I just cant seem to find anything on it.

Thanks!
 
P

Patrick Maupin

I don't know for sure if this is the issue, but Python _used_ to
include line number information in the actual codestream (via
instructions), and now I think it's a separate table for speed reasons.
So perhaps the previous ability to set breakpoints on pass
instructions was merely an artifact of code which updated the current
line number.

Regards,
Pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top