I am using GDB, downloaded from MinGW Installation Manager(I doubt it's installed correctly), to debug C++, and GDB cannot be found in the path below used to debug.
C:\msys64\mingw64\bin
Other exes like GCC is present in the path and works.Also, if I use the command of installation (mingw-get) in my MSYS2 MinGW cmd, it responds with bash: mingw-get.exe: command not found.
Is the issue related to a corrupt MinGW Installation Manager, or am I not installing it correctly?