AlEscher / pwndbg-gui

An unofficial GUI wrapper around pwndbg intended to leverage the UI benefits of a graphical user interface
GNU General Public License v3.0
7 stars 1 forks source link

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

Open AlEscher opened 1 year ago

AlEscher commented 1 year ago

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.