-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-103049: Support instruction level debugging in pdb #103050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
c2c2f07
to
46d9aaf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one more thing I would like to mention. I think it would be better to use instr
instead of inst
as an abbreviation for instruction
, in both commands and source code. From what I have seen in the project, inst
is also used for instance
, whereas instr
is primarily used for instruction.
Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using stepi
and nexti
as long versions of commands makes sense for me as well 👍
Co-authored-by: Artem Mukhin <ortem00@gmail.com>
Used stepi instead of stepinst(other commands too) Abstracted a function to restore caller trace function
Co-authored-by: Artem Mukhin <artem.m.mukhin@gmail.com>
eea75e9
to
116ec5d
Compare
Co-authored-by: Artem Mukhin <artem.m.mukhin@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.