Hi Antonio,
yes, this is a bug, we saw it already in the pre-beta, but somehow got missed for the release notes (is added now).
My understanding the bug is how the GDB server is handling the disconnect command. And it is different depending on which GDB server you are using:
- P&E and OpenOCD: they both stop the target, then they disconnect.
- Segger: it stops the target (but does not disconnect)
Correct would be to disconnect while the target is still running.
I have filed corresponding tickets to P&E, Segger, so hopefully this can be addressed for the V1.1 GA (General Availability) release.
Thanks for reporting!
Erich