> "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> | > |
>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
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,
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
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
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