Debugging Intel compiled code on Windows - Visual Studio Code

I don’t think the debug adapter for gdb (cppgdb) works on Windows. The only vscode adapter designed for Windows AFAIK is cppvsdbg. For everything else you have to rely on some Unix shell.