Questions tagged [rdebug]
20 questions
0
votes
2 answers
Drop into irb when debugging in Aptana 3
I am new to ruby and Aptana (I have used eclipse before) I was wondering if when debugging in Aptana we can drop into irb to play around with things with current values set. For example doing Java dev in eclipse on a breakpoint you can open Window…

Aly
- 15,865
- 47
- 119
- 191
0
votes
1 answer
Unable to start rdebug
I cannot seem to start rdebug on my machine.
Everything else seems to be working okay.
I've tried updating my gems without much luck.
I've tried some suggestion of setting the arch flag to x86_64 and update the gems. No luck again.
I am on a Mac OSX…

truthSeekr
- 1,603
- 4
- 25
- 44
0
votes
1 answer
Remote debugger not breaking - rdebug-ide - RubyMine 6
Just installed RubyMine 6 this week and tried to do remote debugging on an ubuntu server.
I am running this command on the server:
rdebug-ide -d –host 0.0.0.0 –port 8080 –dispatcher-port 3389 – bin/rails s
If I try to add breakpoints in the IDE I…

Bernard Gatt
- 1
- 1
0
votes
3 answers
Rails Debug - How to print variable values on every step
Say I have a variable called @test_var
And I have hundred lines of code using this variable
On debugging I need to give n for next step and @test_var to check the value
Can I do both in single command (i.e) print the value of a variable on every…

Siva
- 7,780
- 6
- 47
- 54
0
votes
1 answer
turn-on-rdebug-track-mode shows wrong line number in emacs
I'm debugging a pretty large rails project and I've found the rdebug library for emacs to be a huge help. One annoyance, however, has been the pointer in the source showing the wrong line. In the example below, the code is executing line #277 (as…

user341493
- 414
- 1
- 7
- 15