Skip to contents

Prints information which can be useful for diagnosing issues with Rhino.

Usage

diagnostics()

Value

None. This function is called for side effects.

Examples

if (interactive()) {
  # Print diagnostic information.
  diagnostics()
}