Hi together!
I came across with a supposedly GDB server problem while watching string_view`s in VSCode for windows.
Conditions for this issue:
Problem description
Debugging works fine until i stop at an code area where string_views are used. Do i stop at an string_view related area the debugging is stopped by the GDB Server. There are no exceptions at all and the code runs fine without debugging. The last message of GDB Server is just a common close message "GDB Server closed connection".
No issues with Linux
I double checked with almost the same conditions under Linux Mint with same VSCode launch settings, same Debugger and everything worked fine.
My colleagues and me are working with Linux and Windows and i am trying to find a solution for my windows mates
Maybe some one got an idea, would be nice.
Thank you
I came across with a supposedly GDB server problem while watching string_view`s in VSCode for windows.
Conditions for this issue:
- Windows 10
- VSCode
- JLink Base 10.1
- Cortex A5
Problem description

Debugging works fine until i stop at an code area where string_views are used. Do i stop at an string_view related area the debugging is stopped by the GDB Server. There are no exceptions at all and the code runs fine without debugging. The last message of GDB Server is just a common close message "GDB Server closed connection".
No issues with Linux

I double checked with almost the same conditions under Linux Mint with same VSCode launch settings, same Debugger and everything worked fine.
My colleagues and me are working with Linux and Windows and i am trying to find a solution for my windows mates

Maybe some one got an idea, would be nice.
Thank you
