Skip to content
Malcolm James MacLeod edited this page Jul 10, 2021 · 1 revision

Linux

gdb is often installed by default, if not it can be installed via your package manager e.g. apt-get install gdb

Windows

On windows machines gdb can be installed via the following steps:

  • Download and install https://www.msys2.org/
  • Run msys2 console (64 bit version)
  • Run pacman -S mingw-w64-x86_64-gdb to install gdb

gdb should then also be run out of this same msys2 console

Clone this wiki locally