Skip to content

Commit

Permalink
Add text to debug doc about multiple invocations (#5225)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Aug 16, 2024
1 parent f7ddbc4 commit 60e2601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/language/operators/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ channel is displayed on stderr.
The `debug` operator is useful to view intermediate values when debugging a
complex Zed query.

If used more than once within a single Zed program, the relative order of
outputs in the debug channel from each separate `debug` invocation is
undefined.

### Examples

The following query uses expressions containing [f-strings](../expressions.md#formatted-string-literals)
Expand Down

0 comments on commit 60e2601

Please sign in to comment.