I use Windows, but prefer to do my coding in WSL (with VSCode). However, the one thing I can’t get working is the Sketchup debugger. I guess this is because there are only library files for Windows & Mac? AFAIK .dylib
files are Mac-only, and the Linux equivalent would be .so
.
For now, I have switched to doing all my ruby coding on Windows – but this has created other complications (I can’t get my beloved seeing_is_believing extension working). Should I give up on Sketchup extension development in WSL? I’ve never actually used a debugger but I do want to set it up.
edit- I got Seeing is Believing working – it was either the total ruby reinstall or the subsequent gem update --system
. SiB
gem was then able to install its ffi
gem dependency normally.