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
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
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.
3 matches
Mail list logo