Trying `probe-rs gdb --chip RP2040 --protocol swd`, probe-rs run works fine, but with gdb, after I attach as soon as I do much of anything, I get:
```
 WARN probe_rs::architecture::arm::communication_interface: Failed to switch to DP Multidrop(11002927): An error occurred in the communication with an access port or debug port.
 WARN probe_rs::architecture::arm::core::armv6m: Expected core to be halted, but core is running
```