We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gdb is often installed by default, if not it can be installed via your package manager e.g. apt-get install gdb
gdb
apt-get install gdb
On windows machines gdb can be installed via the following steps:
pacman -S mingw-w64-x86_64-gdb
gdb should then also be run out of this same msys2 console