knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

debugonce

Run debugonce() without typing

Installation

Install with

devtools::install_github("moodymudskipper/debugonce")

Set shortcut

Tools / addins / browse addins / keyboard shortcuts / debug pipe / Ctrl+Shift+X (for example)

Then double click on function, trigger addin, and you'll be browing the function next time it's called.



moodymudskipper/debugonce documentation built on Nov. 4, 2019, 7:28 p.m.