Examples for 'base::debug'


Debug a Function

Aliases: debug debugonce undebug isdebugged debuggingState

Keywords: programming environment

### ** Examples

## Not run: 
##D debug(library)
##D library(methods)
## End(Not run)
## Not run: 
##D debugonce(sample)
##D ## only the first call will be debugged
##D sampe(10, 1)
##D sample(10, 1)
## End(Not run)

[Package base version 4.2.3 Index]