docs-v2/content/flux/v0/stdlib/internal/debug/_index.md

1.3 KiB

title description menu weight cascade
debug package The `debug` package provides methods for debugging the Flux engine.
flux_v0_ref
name parent identifier
debug internal internal/debug
21
introduced
0.68.0

The debug package provides methods for debugging the Flux engine. Import the internal/debug package:

import "internal/debug"

Options

option debug.vectorize = false

vectorize

vectorize controls whether the compiler attempts to vectorize Flux functions.

Functions

{{< children type="functions" show="pages" >}}