Skip to content

Commit

Permalink
Add JULIA_DEBUG to environment variable docs (JuliaLang#34538)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Apr 28, 2020
1 parent 1e4c28b commit 59afa96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ that function calls should have during a stack trace at the terminal.

## Debugging and profiling

### `JULIA_DEBUG`

Enable debug logging for a file or module, see [`Logging`](@ref Logging) for more information.

### `JULIA_GC_ALLOC_POOL`, `JULIA_GC_ALLOC_OTHER`, `JULIA_GC_ALLOC_PRINT`

If set, these environment variables take strings that optionally start with the
Expand Down

0 comments on commit 59afa96

Please sign in to comment.