Skip to content
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

Context stack lines is not sent back to GUI on startup #5

Open
AlEscher opened this issue Jul 4, 2023 · 0 comments
Open

Context stack lines is not sent back to GUI on startup #5

AlEscher opened this issue Jul 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@AlEscher
Copy link
Owner

AlEscher commented Jul 4, 2023

If the user sets pwndbg's context-stack-lines in his .gdbinit file, the stack lines spin box in the GUI is not updated to reflect this.
This was implemented previously, however it resulted in endless recursion if the user clicks on the spin box incrementors in rapid succession. Qt would keep endlessly firing different signals forever.
A better way of sending updates from GDB back to the GUI on startup should be found.
This only affects the stack lines counter atm.

@AlEscher AlEscher added the bug Something isn't working label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant