Blind software developers on fedi, I have a question!
Have you used GDB? and if so, do you still use it? I'd love to hear experiences from blind users because I can't tell how good or bad our interface is for users.
For more context, GDB is the main debugger (that I know of, at least) for C, C++, Rust, Ada and Fortran. If you used a debugger for a program in one of those, you probably used GDB with maybe some interface on top.
Because GDB is all text based, I'd think it could reasonably well suited for blind users, but I'm sure being accessible isn't as easy as "the text is there" so I'd love to hear the experience of blind users!
I tried searching online but couldn't find any experiences from GDB users specifically (only general tool advice from coding with eyes closed), so direct experience would be appreciated!
Boosts are welcome!
@gwenthekween I've used GDB occasionally to set breakpoints and debug C and C++ code, from the CLI. It usually works fine, other than terminal weirdness when gdb and program output might mix or interleave.
I no longer use it but that's because I don't write C or C++ anymore.