| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Hi @iritkatriel , this is a bug fix (a rather important one I think) and maybe it should be backported? |
Sorry, something went wrong.
|
Thanks @gaogaotiantian for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
Sorry, @gaogaotiantian and @iritkatriel, I could not cleanly backport this to 3.12 due to a conflict. cherry_picker f526314194f7fd15931025f8a4439c1765666e42 3.12 |
Sorry, something went wrong.
|
As main is 3.14 now, we should probably need to backport to 3.13 too? |
Sorry, something went wrong.
|
And I'll work on the cherry pick. |
Sorry, something went wrong.
|
Thanks @gaogaotiantian for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
…e is not set (pythonGH-118979) (cherry picked from commit f526314) Co-authored-by: Tian Gao <gaogaotiantian@hotmail.com>
|
GH-119007 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
|
GH-119008 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
For commands like next, return, until on a return event, if f_trace of the previous frame is not set, the command will not stop at the previous frame. A similar issue is fixed for step, we are generalizing that fix to commands other than continue.