Window debug support -

Is it possible to debug Crystal on windows with Vscode? Doesn’t the compiler use the windows compiler - is it possible to use the lldb debugger after compiling on windows - Just not sure how to get windows debug set up for vscode or other ide’s , and if it is possible

Can anyone help or respond - Is it possible - Does anyone know?

lldb should work fine on windows. I used it a year ago.
You can also use Visual Studio Express with less language support for crystal.

See also Debug Crystal in VSCode via CodeLLDB

3 Likes