Is it possible to get Qt Creator debugging with Black Magic Probe- debugger hardware with GNU ARM Embedded project working ? Black Magic Probe (BMP) attached to USB and implements GDB server and shows up as a virtual COM port ?

In Bare Metal section options are default, ST Link and openocd.

Basically to get it connected in Windows in gdb.exe I issue:

Qt Code:
  1. target extended-remote \\.\COM10
To copy to clipboard, switch view to plain text mode 

I've added 'ARM GDB' under 'kits' section where I've defined arm-gdb debugger binary. But In the Projects->Debug it seems it is not possible to add this kit (ARM GDB) so that debugger would start. Any ideas ?