winch_init_library: Set library to collect symbols for native stack traces

View source: R/init-library.R

winch_init_libraryR Documentation

Set library to collect symbols for native stack traces

Description

On Windows, function names in native stack traces can be obtained for only one library at a time. Call this function to set the library for which to obtain symbols.

Usage

winch_init_library(path = NULL, force = FALSE)

Arguments

path

Path to the DLL.

force

Reinitialize even if the path to the DLL is unchanged from the last call.

Value

This function is called for its side effects.

See Also

winch_call()

Examples


winch_init_library(getLoadedDLLs()[["rlang"]][["path"]])


winch documentation built on April 20, 2023, 9:14 a.m.