You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I hit a breakpoint, all I see in Variables section of VSCode is this:
Similarly, RubyMine is stuck like this (it even freezes the Rails server using RubyMine):
Same variables can be added to the Watch section of VSCode without any problems.
Also, a custom fork of ruby-debug-ide that RubyMine uses internally (experimental mode) works just fine, even with VSCode.
Thank you.
The text was updated successfully, but these errors were encountered:
ttemrahcelik
changed the title
VSCode (Invalid variable attributes) and RubyMine (Collecting data...) have problems in Variables section
VSCode (Invalid variable attributes) and RubyMine (Collecting data...) stuck in Variables section
Nov 16, 2020
Hello,
I'm using VSCode 1.51.1 and RubyMine 2020.1.4,
ruby-debug-ide-0.7.2
anddebase-0.2.5.beta1
.This is my VSCode launch config for reference:
I start the Rails server using the command below:
rdebug-ide -- bin/rails s -b <ip_address_here>
When I hit a breakpoint, all I see in Variables section of VSCode is this:
Similarly, RubyMine is stuck like this (it even freezes the Rails server using RubyMine):
Same variables can be added to the Watch section of VSCode without any problems.
Also, a custom fork of
ruby-debug-ide
that RubyMine uses internally (experimental mode) works just fine, even with VSCode.Thank you.
The text was updated successfully, but these errors were encountered: