Skip to content

Instantly share code, notes, and snippets.

@lukesarnacki
Created July 20, 2020 07:02
Show Gist options
  • Save lukesarnacki/8d9c6192fd2bd7cec55cfadd8d89f617 to your computer and use it in GitHub Desktop.
Save lukesarnacki/8d9c6192fd2bd7cec55cfadd8d89f617 to your computer and use it in GitHub Desktop.
/usr/local/bin/fish -c "bash -c '. /Users/lukasz.sarnacki/.asdf/asdf.sh && asdf local ruby 2.6.2 && /Users/lukasz.sarnacki/.asdf/shims/bundle exec ruby /Users/lukasz.sarnacki/.asdf/installs/ruby/2.6.2/lib/ruby/gems/2.6.0/gems/ruby-debug-ide-0.8.0.beta24/bin/rdebug-ide --key-value --step-over-in-blocks --disable-int-handler --evaluation-timeout 10 --evaluation-control --time-limit 100 --memory-limit 0 --rubymine-protocol-extensions --port 52914 --host 0.0.0.0 --dispatcher-port 52915 -- /Users/lukasz.sarnacki/projects/payments/bin/rails console -- --prompt simple'"
Fast Debugger (ruby-debug-ide 0.8.0.beta24, debase 0.3.0.beta34, file filtering is supported, block breakpoints supported, smart steps supported, obtaining return values supported, partial obtaining of instance variables supported) listens on 0.0.0.0:52914
Uncaught exception: uninitialized constant Dry::Events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment