[MacRuby-devel] syslog Re: Contributions (Was: Experimental branch status)

2009-06-03 Thread Ernest N. Prabhakar, Ph.D.
On Jun 3, 2009, at 6:30 PM, Charles Oliver Nutter wrote: Other extensions part of the Ruby distribution that might be interesting to port: openssl, syslog, zlib. syslog and zlib are also already ported to FFI. Hmm, just out of curiosity, any chance we could have MacRuby use Apple's System

Re: [MacRuby-devel] Contributions (Was: Experimental branch status)

2009-06-03 Thread Charles Oliver Nutter
Laurent Sansonetti wrote: Very good question... We currently need to access readline (for IRB), so porting the readline extension to FFI will be very useful. There's actually a (partial?) port of readline to FFI by Koichiro Ohba. I'll try to find out where it's located. Other extensions part

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-03 Thread Laurent Sansonetti
I have an idea about adding facilities inside the new VM in order to attach a debugger to it (and we could even patch gdb to add Ruby support!) but I won't be able to start this any time soon, because there are too many higher priority things to implement first. But if one wants to help...

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-03 Thread Matt Aimonetti
last time I tried ruby-debug wasn't working with MacRuby :( - Matt On Wed, Jun 3, 2009 at 9:02 AM, Eloy Duran wrote: > No you're not. Unfortunately xcode does not have Ruby specific debug > support. The debugger will give you GDB, which _can_ be used with Ruby, but > I have not tried it with Ma

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-03 Thread Eloy Duran
No you're not. Unfortunately xcode does not have Ruby specific debug support. The debugger will give you GDB, which _can_ be used with Ruby, but I have not tried it with MacRuby yet. The more general solution is to use ruby-debug, but again, I haven't tried it with MacRuby yet. Good luck :)

[MacRuby-devel] Setting Breakpoints/Debugger

2009-06-03 Thread Giampiero De Ciantis
Am I doing something wrong or is there no way to set breakpoints in MacRuby using Xcode? ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel