2008/5/6 pseudo <[EMAIL PROTECTED]>:
[...]
> A strange thing is that after halting the program:
>
>  (gdb) p R_PV(colNames)
>
> does not show the content of colNames. I am positive my code is right
> because if I insert "PrintValue(colNames);" in the c code, it will
> print the right value.
Have you tried:
p Rf_PrintValue(colNames)
from the gdb prompt?

A.
-- 
Antonio, Fabio Di Narzo
Ph.D. student at
Department of Statistical Sciences
University of Bologna, Italy

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to