Skip to content

Commit

Permalink
Update README.md to reflect SU2024 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Aug 31, 2023
1 parent 25066ea commit 24cb113
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a Ruby debugger framework for SketchUp 2014 and later. The `ruby-debug-i
- 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 2023\
C:\Program Files\SketchUp\SketchUp 2024\
C:\Program Files (x86)\SketchUp\SketchUp 2015\
```
Expand All @@ -25,15 +25,15 @@ SketchUp.exe -rdebug "ide port=6123"
- 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.5.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2023/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib
curl -L https://github.com/SketchUp/sketchup-ruby-debugger/releases/download/1.5.0.0/SURubyDebugger.dylib -o /Applications/SketchUp\ 2024/SketchUp.app/Contents/Frameworks/SURubyDebugger.dylib
```
- Run SketchUp from the command line:
```
/Applications/SketchUp\ 2023/SketchUp.app/Contents/MacOS/SketchUp -rdebug "ide port=6123"
/Applications/SketchUp\ 2024/SketchUp.app/Contents/MacOS/SketchUp -rdebug "ide port=6123"
```
Alternatively:
```
open -a /Applications/SketchUp\ 2023/SketchUp.app --args -rdebug "ide port=6123"
open -a /Applications/SketchUp\ 2024/SketchUp.app --args -rdebug "ide port=6123"
```

## Known Issues
Expand Down

0 comments on commit 24cb113

Please sign in to comment.