Skip to content

Commit

Permalink
Fixes a minor formatting issue in the FAQs (#5467)
Browse files Browse the repository at this point in the history
  • Loading branch information
luciomartinez authored Sep 3, 2024
1 parent e0a0259 commit 2fe2258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/src/main/paradox/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@ Your Scio applications should define a `main` method instead of extending `scala

#### How to inspect the content of an `SCollection`?

There is multiple options here:
There are multiple options here:

- Use `debug()` method on an `SCollection` to print its content as the data flows through the DAG during the execution (after the `run` or `runAndCollect`)
- Use a debugger and setup break points - make sure to break inside of your functions to stop control at the execution not the pipeline construction time
- In [[Scio-REPL]], use `runAndCollect()` to execute the pipeline and materialize the contents of an `SCollection`
Expand Down

0 comments on commit 2fe2258

Please sign in to comment.