Reloading pretty-printers
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm writing some pretty-printers for a codebase, and when I modify the python files with gdb running, I can't seem to use the new version. giving `source $GDBINIT` or `source $PRETTYPRINTERDOTPY` gives `pretty-printer already registered` Is there a solution to this other than restarting gdb?