#' lldbR
#'
#' LLDB API R wrapper
#'
#' @importFrom utils capture.output
#'
#' @useDynLib lldbR, R_load_process, R_run_process, R_set_breakpoint, R_get_value, R_continue, R_step, R_stepto, R_lldb_startup, R_lldb_shutdown
#'
#' @name lldbR
#' @docType package
#' @title LLDB API R wrapper
#' @author Christian Heckendorf \email{heckendorfc@@gmail.com}
#' @keywords package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.