Re: [R] help to debug C codes called from R

2008-10-08 Thread Duncan Murdoch
On 07/10/2008 9:28 PM, Droit Arnaud wrote: Hello everybody, I have a package with a C codes called from R. I want to debug the C functions to check variables values and to include some breakpoints in the C codes. I am wondering if anyone knows of any tools to easily help debug in the R envir

Re: [R] help to debug C codes called from R

2008-10-08 Thread Gábor Csárdi
This might be Linux specific, I have never tried it on anything else: R -d gdb library() CTRL+C break c () Maybe see also the R extensions manual, Gabor On Wed, Oct 8, 2008 at 3:28 AM, Droit Arnaud <[EMAIL PROTECTED]> wrote: > Hello everybody, > > I have a package with a C codes called fro

[R] help to debug C codes called from R

2008-10-07 Thread Droit Arnaud
Hello everybody, I have a package with a C codes called from R. I want to debug the C functions to check variables values and to include some breakpoints in the C codes. I am wondering if anyone knows of any tools to easily help debug in the R environment. Thank you very much for your help.