dot-add_debug: Debug selected functions

Description Usage Arguments

Description

Debugs specified functions once in a specified environment.

Usage

1
.add_debug(fn_name = NULL, debug_live, env)

Arguments

fn_name

character vector. Names of functions.

debug_live

logical or character.

  • If TRUE, then all functions with name in fn_name in environment env are debugged once. If FALSE, then none are

  • If character and contains 'all', then all functions with name in fn_name are debugged once. If character but not including 'all', then all functions that have names for which the beginning matches at least partially any element in debug_live are debugged once.

env

environment. Environment in which functions are found.


MiguelRodo/gamlsspipeline documentation built on July 25, 2020, 7:23 p.m.