I use QT Creator from MSYS2.
In QT creator Tools > Options > Build and Run > Kits control which changes debugger is grey and I cannot change it, like in the screenshot below:

The problem is that in the kit for 32 bit software is set gdb for 64 bit software (which works incorrectly). I need to change 64 bit gdb in 32 bit kit to the gdb for 32 bit. How to do that?
