SketchUp / sketchup-ruby-debugger

Ruby API debugger for SketchUp 2014 and later.
MIT License
78 stars 34 forks source link

Need Help #12

Closed Harvey13 closed 7 years ago

Harvey13 commented 7 years ago

Hello I tried with SketchUp Make 2017 : SketchUp opens but remains frozen. I used SketchUp.exe -rdebug "ide port=7000" with noo wait parameter.

BugraBarin commented 7 years ago

Hi, we haven't yet built the latest changes and made the DLLs available as a new release. The "wait" parameter is one of those recent changes and to use that, one would have to build the DLL from the latest source code. I realize not everyone might be able to do this, so I'll try to make a release available soon.

Harvey13 commented 7 years ago

Hello I tried to build from source but as I got many errors, I dropped.. Dll names didn't match.

⁣Envoyé par BlueMail ​

Le 21 mars 2017 02:34, à 02:34, Bugra Barin notifications@github.com a écrit:

Hi, we haven't yet built the latest changes and made the DLLs available as a new release. The "wait" parameter is one of those recent changes and to use that, one would have to build the DLL from the latest source code. I realize not everyone might be able to do this, so I'll try to make a release available soon.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/SketchUp/sketchup-ruby-debugger/issues/12#issuecomment-287950192

BugraBarin commented 7 years ago

I just built the DLL and posted it. Please grab it from the latest Release (1.1.0.0) and give it a try.

thomthom commented 7 years ago

Hey @birsoyo - is this something we can set up Conan to pull in this repo and build it for both platform? Such that upon new release we have the recipe automated?

birsoyo commented 7 years ago

@thomthom That's a good idea. I'll look into it.