A better cuda-gdb

I want to add GUI features by modifying the .gdbinit file ( downloaded from [url]https://github.com/cyrus-and/gdb-dashboard[/url] ). The source is a single file – .gdbinit – and is written in python. Could this possibly cause errors that are not obvious on the surface?

If you want a GUI debugger based on gdb, you may want to investigate ddd

[url]https://www.gnu.org/software/ddd/manual/html_mono/ddd.html[/url]