I'm using VSCode with the vscode-arduino extension without trouble. I'd like to add basic debug capabilities which the Arduino IDE 1.8.15 does not provide (registers view, etc.) into VSCode. According to the vscode-arduino sources the STLink debuggers are supported for V1.0/V2.0/V2.1 only. Not for STLink V3.0, right?
Has someone successfully used the STLINK-V3MINI with the Arduino Due + Arduino IDE 1.8.15 for debugging?
BTW: I don NOT want to use the Arduino IDE v2 cause I tried it and I'm considering it way too buggy ATM.