Hello, Im having a problems setting up RubyMine’s debugger for use with Sketchup
I’ve been following this guide to help, however I have got no joy.
Upon Launching the debugger, the event log displays:
13:04:39 Error running Sketchup Debug: Cannot start process, the working directory C:\Program Files (x86)\JetBrains\RubyMine 7.0.2\jre\jre\bin"C:\Program Files (x86)\SketchUp\SketchUp 2014" does not exist
And Sketchup continues as per usual
Config is as below? Lost and confused on this one - As ruby (in general) isnt my main language i am unfamiliar with many of the things associated with it.
(note, was going to upload 2 photos, but apparently new users can only upload one?)
Fairly sure this is correct as per the guide, but still does not execute/debug correctly
Hm… I don’t really know. Have you tried setting a different working directory for the tool that launch SketchUp?
It’s strange that you get that mangled path. Maybe contact RubyMine support?
@jim_foltz - The path is being scrambled by RubyMine somewhere. The WD should be set to just the Sketchup bath
Thankfully, I can debug using the old “puts” method for now, but I noticed your article and decided to give it a try. I suppose it could be getting it confused with RubyMines working directory? I dont know? I’ll keep trying different things for now and hope i stumble accross something
The RubyMine support team is really responsive - I’d recommend poking them to see if they understand what is going on.
Either that or try once more to go through the set up step by step.