Configuring GDB with init config:
- Clone this repository
- execute the
install.sh
script - Copy the .gdbinit file to the directory you are gonna execute the gdb, same dir as the binary you are trying to debug
- Execute gdb, set the break point and run the program