From f4c71697b268a2d7ec069682f893c85bfdf2e3e6 Mon Sep 17 00:00:00 2001 From: Thomas Thomassen Date: Tue, 5 Feb 2019 17:23:03 +0100 Subject: [PATCH] Bump to version 1.2.0.0. --- DebugServer/Resource.aps | Bin 2960 -> 2856 bytes DebugServer/Resource.rc | Bin 4734 -> 4700 bytes README.md | 16 ++++++++-------- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DebugServer/Resource.aps b/DebugServer/Resource.aps index 788fc1f55c7cbd3ea379b0ee72a4cbf88adec22b..153450c9b7af24abf2d0242f2bb6138b5cada4a2 100644 GIT binary patch delta 626 zcmZuvJxe1|6g_V;lMhEXfsG%*LPfS&Ofm)qbqnze41x+Ox-gB#L4}Q@`Cyxc6}DUg zhU-tT&?1P~SXfxvT3A_GSojC*Bp%1;6#9m__ucc(d2{Y%_S=uz_Pf=5wI}gCuA{Mb zBEZCmy;O7xMY~kmbn~mljJ@EN3pr=8;5gM?>+~?JR84B?-`CFxvZpm`h)G3DjQKZD zU<5XnP=td5qm2@uO}NNom34;50;@7lbL1>CJ8(n=Duc_|!Zy}<`kTyd%&;zbcMKtg zek!v(&*2x<>r~mydASMntGI;p4HZ9g^?PMb20$@TugB!XXjPL^4yKbDl-K-Q9&L<5 zhYqc=e@lmQ9qjGgBdlOyfbX!E*BHSDTO=AvMqbUN0QnjEZ)9lEl84Y-U>o1$M|i3y z$!0Cu9;Ta@Hn%u}HJW!=ds?Z5ZyUNw#8vb16iGz=QQq-e=hfpbqsGmpWShGF#@NFF zZB1ht<3#KAG!ejx`LY-MiX-qj$#)K=-s&J?@o(@ssSg~J%s&QbeF`g#SU`Zb6lbR)a`qX6y4mQw46%CY;LjV_T)Zr6{XmM@@ zHKLI76_l`zbri@BiP~`Flin%ZCU)r&kRRYa*KDeCxEbqLV{eZu4`aN8MPx9KEA)a&Lw_mnkPw>VxLxXCjpI>>x?){O-*Zu@>HGGUdSsoZY*O$ zKB)9`k>%{rc#}C~4!DJlTO51H$S<{LX1V=>bcXI2k8wf14dv4|?#5S8=VffMSR4Ov zk^J!2Bac}tIKRdd5w!`m$&(qm?*aw&fYO0{(vuf(aZG-| z$2VDoXNRILgAs!PgCT<@g91YcLlHwJLoP!SLk>eKkPp+VzgdGrR&9UI)~m2h^(1Cp~!rx7g%=+&lCY7(y6|fa-G@k{EIrQh|C1nzWgXSA`K` K)MkA?T^0b{^&&$6 diff --git a/README.md b/README.md index 5eeabc80e..adac27363 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,18 @@ SketchUp Ruby API Debugger This is a Ruby debugger framework for SketchUp 2014 and later. The `ruby-debug-ide` protocol has been mostly implemented so any Ruby IDE that supports this protocol should work. -| IDE | Stable (1.0.3.0) | Stable (1.1.0.0) | +| IDE | Stable (1.0.3.0) | Stable (1.1.0.0) | Stable (1.2.0.0) | | --- | --- | --- | -| [Aptana RadRails](https://github.com/SketchUp/sketchup-ruby-debugger/wiki/How-to-set-up-an-IDE-for-debugging-Ruby-extensions-in-SketchUp) | Good | *Untested* | -| NetBeans (with Ruby community plugin) | Good | *Untested* | -| [RubyMine](https://github.com/SketchUp/sketchup-ruby-api-tutorials/wiki/RubyMine-Debugger-Setup) | Good | Good | -| [VS Code](https://github.com/SketchUp/sketchup-ruby-api-tutorials/wiki/VSCode-Debugger-Setup) (with `vscode-ruby` extension) | Not supported | Good | +| [Aptana RadRails](https://github.com/SketchUp/sketchup-ruby-debugger/wiki/How-to-set-up-an-IDE-for-debugging-Ruby-extensions-in-SketchUp) | Good | *Untested* | *Untested* | +| NetBeans (with Ruby community plugin) | Good | *Untested* | *Untested* | +| [RubyMine](https://github.com/SketchUp/sketchup-ruby-api-tutorials/wiki/RubyMine-Debugger-Setup) | Good | Good | Good | +| [VS Code](https://github.com/SketchUp/sketchup-ruby-api-tutorials/wiki/VSCode-Debugger-Setup) (with `vscode-ruby` extension) | Not supported | Good | Good | ## Instructions for Windows: - Download the pre-built dynamic library (SURubyDebugger.dll) from the [latest release](https://github.com/SketchUp/sketchup-ruby-debugger/releases) or build from the sources. - Copy the DLL into the SketchUp installation directory. As the exact path will depend on the version of SketchUp you have installed, look for a folder similar to the following: ``` -C:\Program Files\SketchUp\SketchUp 2018\ +C:\Program Files\SketchUp\SketchUp 2019\ C:\Program Files (x86)\SketchUp\SketchUp 2015\ ``` @@ -27,11 +27,11 @@ SketchUp.exe -rdebug "ide port=7000" - Install SketchUp 2014 Maintenance 1 Release (version 14.1.1283) or later. - Download `SURubyDebugger.dylib` into the Frameworks directory of the app bundle: ``` -curl -L https://github.com/SketchUp/sketchup-ruby-debugger/releases/download/1.1.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2018/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib +curl -L https://github.com/SketchUp/sketchup-ruby-debugger/releases/download/1.2.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2019/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib ``` - Run SketchUp from the command line: ``` -open -a /Applications/SketchUp\ 2018/SketchUp.app --args -rdebug "ide port=7000" +open -a /Applications/SketchUp\ 2019/SketchUp.app --args -rdebug "ide port=7000" ``` ## Command-line arguments: