Skip to content

Commit

Permalink
added tips on debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mlilback committed Feb 8, 2018
1 parent 2dcd98a commit 818c3e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 818c3e6

Please sign in to comment.