cstrato <[EMAIL PROTECTED]> writes: > Thank you for your fast answer. > Sorrowly, I don“t know how to use a debugger on MacOS X, I am using > old-style print commands.
You should be able to use gdb on OS X (works for me, YMMV). So you could try: R -d gdb run # source a script that causes crash # back in gdb, use backtrace, etc. + seth ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel