Re: [Rcpp-devel] Rcpp C++ code debug / Calling Rcpp in a C++ environment

2014-07-11 Thread Jing Peng
, then integrate with R. > > Best, > > KK > > > On Wed, Jul 9, 2014 at 8:41 PM, Jing Peng wrote: > >> Hi All, >> >> I am trying to debug the C++ code of an R package in a pure C++ >> environment. That way, I can put aside the interaction between

[Rcpp-devel] Rcpp C++ code debug / Calling Rcpp in a C++ environment

2014-07-09 Thread Jing Peng
Hi All, I am trying to debug the C++ code of an R package in a pure C++ environment. That way, I can put aside the interaction between R and C++. However, I found I was not able to setup Rcpp properly after two days of effort. I followed the following instructions for Eclipse and Netbeans, respec