デバッグ開始が失敗する

エラーメッセージ
The selected build of GDB does not support Python scripting.
It cannot be used in Qt Creator.
環境
原因

GDBPython サポート無効でビルドされているため。

対策

mingw32-gdb-python をインストールする。

> mingw-get  install  "gdb-python==7.4.*"

Qt Creator の[オプション]>[ビルドと実行]>[デバッガ]>[パス]のファイル名を "gdb-python27.exe" に変更する。