Debugging Ruby
Wednesday, October 12th, 2005Off to a good start on Langbinding for Ruby. Created a debugging Ruby and I’m able to trace into it in XCode. I’m surpised that I didn’t have to specify a source location, XCode/gdb found the source in the directory where I built Ruby.
CCFLAGS=”-g -O0″ ./configure –prefix=/er
That didn’t do the trick, since optimization was set […]