[Rd] gdb

2008-02-02 Thread Joe Bloggs
I am using gdb to debug a c++ library I made for R using Rcpp. However, when I step through the code it seems to go all over the place, and some of the variables have been optimized out so I can't see their values. How can I compile without optimization? Also, is there any neat way to run R with g

Re: [Rd] gdb

2008-02-03 Thread Dirk Eddelbuettel
On 3 February 2008 at 01:08, Joe Bloggs wrote: | I am using gdb to debug a c++ library I made for R using Rcpp. | However, when I step through the code it seems to go all over the place, and some of the variables have been optimized out so I can't see their values. | How can I compile without opt

Re: [Rd] gdb

2008-02-03 Thread Joe Bloggs
Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > On 3 February 2008 at 01:08, Joe Bloggs wrote: > | I am using gdb to debug a c++ library I made for R using Rcpp. > | However, when I step through the code it seems to go all over the place, > and some of the variables have been optimized out so I c

Re: [Rd] gdb

2008-02-03 Thread Dirk Eddelbuettel
On 4 February 2008 at 01:51, Joe Bloggs wrote: | Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: | | > On 3 February 2008 at 01:08, Joe Bloggs wrote: | > | I am using gdb to debug a c++ library I made for R using Rcpp. | > | However, when I step through the code it seems to go all over the place,

Re: [Rd] gdb

2008-02-04 Thread Joe Bloggs
>Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > > On 4 February 2008 at 01:51, Joe Bloggs wrote: > | Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > | > | > On 3 February 2008 at 01:08, Joe Bloggs wrote: > | > | I am using gdb to debug a c++ library I made for R using Rcpp. > | > | However, when

Re: [Rd] gdb

2008-02-04 Thread Martin Maechler
> "DE" == Dirk Eddelbuettel <[EMAIL PROTECTED]> > on Sun, 3 Feb 2008 20:22:30 -0600 writes: DE> On 4 February 2008 at 01:51, Joe Bloggs wrote: DE> | Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: DE> | DE> | > On 3 February 2008 at 01:08, Joe Bloggs wrote: DE> | > |