Tags: cyrus-and/gdb-dashboard
Tags
Fix GDB tab completion issue So it seems that importing readline causes issue with the GDB prompt, in fact GDB already tries (failing) to avoid that. The issue manifests when debugging a program with the source code available, e.g., C, and IPython is available in the system. Fixes #325 and closes #326 by providing a better solution.
Discard dot files in the init dirs Co-authored-by: jl <jl@poltergeist> Co-authored-by: Andrea Cardaci <[email protected]>
Save the dashboard instance as a global variable This allows custom commands to make use of the dashboard instance, see: https://github.com/cyrus-and/gdb-dashboard/wiki/Develop-custom-commands This should ease the adoption of custom dashboard Python commands like the one suggested in #257.
PreviousNext