--- title: debug package description: > The `debug` package provides methods for debugging the Flux engine. menu: flux_v0_ref: name: debug parent: internal identifier: internal/debug weight: 21 cascade: introduced: 0.68.0 --- The `debug` package provides methods for debugging the Flux engine. Import the `internal/debug` package: ```js import "internal/debug" ``` ## Options ```js option debug.vectorize = false ``` ### vectorize `vectorize` controls whether the compiler attempts to vectorize Flux functions. ## Functions {{< children type="functions" show="pages" >}}