From 818c3e61ee4e9b66a2ab97360dde203bf78f3611 Mon Sep 17 00:00:00 2001 From: Mark Lilback Date: Thu, 8 Feb 2018 09:55:23 -0500 Subject: [PATCH] added tips on debugging --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8874b19..0fe29c7 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,9 @@ g3logger should be made with -DG3_SHARED_LIB=OFF and installed RC2_LOG_RSTDOUT : show output from each call RC2_LOG_INOTIFY + +## tips + +* use addr2line to turn an address from a deployed stack trace to a source line on the dev machine. + +* to build RInside use `R CMD INSTALL RInside -l /usr/local/lib/R/site-library`