Blackmagic debug probe in STM32CubeIDE
Split from Cmsis-DAP debugger in STM32CubeIDE as this is a new question about a different probe.
Hi guys, sorry i haven't responded, i do not have the daplink anymore, i have it to a friend when i got a diy Blackmagic debug probe, and i have another problem:it works in gdb-multiarch but not in the ide, here is my configuration and gdb.txt file

init:
set logging on
monitor swdp_scan
attach 1gdb.txt(log):
=cmd-param-changed,param="logging enabled",value="on"
23^done
(gdb)
&"monitor swdp_scan\n"
@"Target voltage: 1.57V\n"
@"Available Targets:\n"
@"No. Att Driver\n"
@" 1 STM32F1 medium density M3\n"
24^done
(gdb)
&"attach 1\n"
~"Attaching to program: /home/kacper/STM32CubeIDE/workspace_1.17.2/bpl6_boot1_test/Debug/bpl6_boot1_test.elf, Remote target\n"
=thread-group-started,id="i1",pid="1"
=thread-created,id="1",group-id="i1"
&"./gdb/thread.c:87: internal-error: inferior_thread: Assertion `current_thread_ != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
&"\n"
&"----- Backtrace -----\n"
&"Backtrace unavailable\n"
&"---------------------\n"
~"./gdb/thread.c:87: internal-error: inferior_thread: Assertion `current_thread_ != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
~"\nQuit this debugging session? "
~"(y or n) [answered Y; input not from terminal]\n"
&"\nThis is a bug, please report it."
&" For instructions, see:\n"
&"<https://www.gnu.org/software/gdb/bugs/>.\n\n"
~"./gdb/thread.c:87: internal-error: inferior_thread: Assertion `current_thread_ != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
~"\nCreate a core file of GDB? "
~"(y or n) [answered Y; input not from terminal]\n"yes, i have confirmed my ACM port number and it is correct, also i am using the wayland startup script if it matters
