SketchUp / sketchup-extension-vscode-project

VSCode Project for SketchUp Extension Development
MIT License
55 stars 17 forks source link

Migrating from Rebornix to Rdbg debugger support for VSCode #8

Open wta12 opened 11 months ago

wta12 commented 11 months ago

Rebornix has been deprecated and Rbdg debugger is officially recommended for ruby development in VS Code. My experience of migration for (pure ruby) code base was pretty straight forward and I just wonder any plan for sketchup-extension-vscode-project ? If yes, I can try and report any compatible issues should be addressed.

thomthom commented 11 months ago

The trouble is that debugging Ruby within SketchUp has been provided by a DLL using the ruby-debug-ide protocol: https://github.com/SketchUp/sketchup-ruby-debugger

More info here: https://forums.sketchup.com/t/vscode-ruby-extension-no-longer-mantained/250058

We've hot had time to investigate what it'd take to make newer debug tools working. I was wondering if installing some gems would work. And if it does, how far back it goes.

If you have any spare time and any luck with this I'd love to hear!