-
Notifications
You must be signed in to change notification settings - Fork 793
Use other GDB front ends
Andrea Cardaci edited this page Dec 12, 2019
·
1 revision
GDB dashboard is not meant to work seamlessly with additional front ends, e.g., TUI, Nemiver, QtCreator, etc. Either instruct the front end to not load the .gdbinit
file or load the dashboard manually.
To load the dashboard manually just save the .gdbinit
file somewhere then issue the following command:
source /path/to/.gdbinit
Alternatively the dashboard can be loaded automatically but kept disabled, in this case use:
dashboard -enabled off
Then just run dashboard
to display it just once if needed.