aryoda / R_CppDebugHelper

Diagnostics functions to be called in debuggers like 'gdb' to debug C and C++ based code called from R
GNU General Public License v3.0
0 stars 0 forks source link

Create a debugging test package based on Rcpp as basis for a tutorial #2

Open aryoda opened 4 years ago

aryoda commented 4 years ago

The debugging test package shall allow

aryoda commented 4 years ago

How about using the existing RcppExamples package? Evaluate if the examples are usable for a debugging tutorial...

aryoda commented 4 years ago

Open question: How can I enforce that the package is always build with debugging information (without affecting other packages like it happens with the user or global Makevars)?