Skip to content
Prev 76481 / 398502 Next

R environment

Jean Eid wrote:
If you happened to have compiled R with debug information, you might be 
able to use gdb or another debugger to examine variables in the running 
process, but you probably didn't, and it's probably easier to kill the 
job, fix it, and start it again, than it would be to learn how to see 
the active variables using gdb.

Duncan Murdoch