Can't debug v0.6 in win any longer

Used to work fine. Now I get an error about finding a dll. I thought all linking was static now? Wondering if an update to MSYS2 / mingw messed something up? regular building and running it fine still.

$ make debug
gdb --args ./Rack.exe -d
C:/msys64/mingw64/bin/gdb.exe: error while loading shared libraries: libsource-highlight-4.dll: cannot open shared object file: No such file or directory
make: *** [Makefile:71: debug] Error 127

Works fine for me. Did you run pacman -Syu?

I usually run -Syuu. I just updated now, and I see it pulled a new headlight! perhaps that will fix it.

And — it works! Thanks.