Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Luke Tierney
On Wed, 29 Jun 2005, Duncan Murdoch wrote: > On 6/29/2005 2:06 PM, Luke Tierney wrote: >> On Wed, 29 Jun 2005, Duncan Murdoch wrote: >> >>> I'm trying to track down a bug in some experimental code, where an >>> object's attribute is getting messed up. This means I'd like to examine >>> R objects

Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Duncan Murdoch
On 6/29/2005 2:06 PM, Luke Tierney wrote: > On Wed, 29 Jun 2005, Duncan Murdoch wrote: > >> I'm trying to track down a bug in some experimental code, where an >> object's attribute is getting messed up. This means I'd like to examine >> R objects while within gdb. >> >> One of the things I'd like

Re: [Rd] Viewing R objects in gdb

2005-06-29 Thread Luke Tierney
On Wed, 29 Jun 2005, Duncan Murdoch wrote: > I'm trying to track down a bug in some experimental code, where an > object's attribute is getting messed up. This means I'd like to examine > R objects while within gdb. > > One of the things I'd like to do is to examine the names of all the > attribu

[Rd] Viewing R objects in gdb

2005-06-29 Thread Duncan Murdoch
I'm trying to track down a bug in some experimental code, where an object's attribute is getting messed up. This means I'd like to examine R objects while within gdb. One of the things I'd like to do is to examine the names of all the attributes. This is exactly what an example in the R Exten