Skip to contents

Debug a ggproto method

Usage

ggdebug(method, ...)

ggdebugonce(method, ...)

ggundebug(method, ...)

Arguments

method

A function or a ggproto method. The ggproto method may be specified using any of the following forms:

  • ggproto$method

  • namespace::ggproto$method

  • namespace:::ggproto$method

...

Ignored. Designed for the ease of calling this function by modifying the call to an earlier {ggtrace} function in interactive contexts.