From 294b49a11c7dcbb2b30751a7b4d04e17fe53c397 Mon Sep 17 00:00:00 2001 From: oguzhankoral Date: Mon, 11 Nov 2024 12:01:09 +0000 Subject: [PATCH] Add debug notes --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 202aa93..68d7057 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,20 @@ You can now open up the repo in VS Code or you can use JetBrains' tools RubyMine If you will use VS Code, make sure you've installed the Ruby extension for VS Code. +#### RubyMine + +To debug: +- Add configuration as **'Ruby remote debug'** + - Remote host: localhost + - Remote port: 7000 + - Remote root folder: + - Local port: 26162 + - Local root folder: +- Run below script + + bundle exec skippy sketchup:debug 2024 +- When sketchup opened, click Debug button on RubyMine + ### Loading the Speckle Connector Plugin 1. Find already prepared `speckle_connector_3_loader.rb` file on the `_tools`