I was following this guide RubyMine Debugger Setup · SketchUp/sketchup-ruby-api-tutorials Wiki · GitHub
And for some reason it feels like my sketchup isn’t working(Im using sketchup pro2014). I copied SURubyDebugger.dll into C:\Program Files (x86)\SketchUp\SketchUp 2014\
And after this step:
cd C:\Program Files (x86)\SketchUp\SketchUp 2014
SketchUp.exe -rdebug “ide port=7001”
Program starts and looks like this:
My Rubymine settings for debugging look like this:
Here is external tool:
And here is debug-sketchup.rb:
At the end Rubymine can not connect to debugger(it gets an error after timeout, I tried changing it to 60s, didn’t help). Also when I start debbugin in Rubymine it starts new instance of the SketchUp program…
I feel like Im not doing something basic, but I have no idea what! Please help me