Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
7answers
11k views

Debugging in ruby 1.9

What do you guys use for debugging in ruby 1.9? rdebug doesn't seem to be compatible.. is there anything out there?
1
vote
2answers
40 views

Why do I get a segmentation fault with -rdebug option?

My code gives me a segmentation fault when I run it with the rdebug option on command line: font_size = {"ft0"=>26, "ft1"=>10, "ft2"=>8, "ft3"=>9, "ft4"=>9, "ft5"=>7, "ft6"=>8, ...
1
vote
1answer
471 views

Ideas for troubleshooting emacs error: “apply: Spawning child process: exec format error”

I'm trying to use rdebug with emacs and cygwin and I'm running into trouble. Whenever I do a M-x rdebug and give it the appropriate script to run, it stops with the error "apply: Spawning child ...
1
vote
1answer
122 views

Why does my rdebug session say “*** No sourcefile available”

I'm not sure what the pattern of behaviour is but some programs - notably simple rack.ru based ones running in thin - can't easily be debugged. When a breakpoint is tripped, no source is available ...
0
votes
0answers
125 views

Inspect a variable at a breakpoint with rdebug-ide

I'm just trying to get the value of a variable at a certain breakpoint with rdebug-ide but can't seem to find the proper command for that. I can start rdebug-ide on my machine via the command line: ...
0
votes
2answers
199 views

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 ...
0
votes
0answers
163 views

fully-qualified access to ruby-debug commands

I'm attempting to use ruby-debug's rdebug (technically, ruby-debug19 on ruby 1.9.2p0), but the “trace” command isn't working for the following reason: (rdb:1) trace Exception `NameError' at ...
0
votes
1answer
223 views

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 ...