Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sridharan Kuppa
Total activity
11
Last activity
January 17, 2016 08:33
Member since
July 12, 2012 03:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
November 09, 2013 08:19
Yes, I did specify the local and remote folder correctly. I have reproduced the problem using two different exactly same linux desktop.
Community
RubyMine
Can't see stack frames while remote debugging
0 votes
Created
November 10, 2013 23:59
We were discussing this issue in the separate forum, http://devnet.jetbrains.com/thread/450746?tstart=0 . It is a similar issue and I was trying to find whether this user had resolved the problem ...
Community
RubyMine
Can't see stack frames while remote debugging
0 votes
Created
November 08, 2013 21:22
Did you resolve this problem? I also running into same scenario. I appreciate if you have any input on this.-Sri
Community
RubyMine
Can't see stack frames while remote debugging
0 votes
Created
November 07, 2013 23:26
My gem list on the serverarchive-tar-minitar (0.5.2)bigdecimal (1.1.0)columnize (0.3.6)debugger (1.6.2)debugger-linecache (1.2.0)debugger-ruby_core_source (1.2.3)io-console (0.3)json (1.5.5)linecac...
Community
RubyMine
The ruby mine ide does not show variables when debugging remotely
0 votes
Created
November 08, 2013 21:02
I enabled the verbose debugger option in "Settings|Debugger|Ruby" but I did not get any output in the client side (IDE) and I even looked at the ~/.RubyMine50/System/logs/idea.log but not output ei...
Community
RubyMine
The ruby mine ide does not show variables when debugging remotely
0 votes
Created
November 08, 2013 21:07
I forgot to mention that there is no Gemfile. I am keeping it simple for now that the script is just 4 lines.hello.rbfirst_name = "S"last_name ="K"full_name = "#{first_name} #{last_name}"puts "Hel...
Community
RubyMine
The ruby mine ide does not show variables when debugging remotely
0 votes