# Debugging TSIT5 Internal Stage Steps

**URL:** https://discourse.julialang.org/t/debugging-tsit5-internal-stage-steps/102416
**Category:** New to Julia
**Created:** [August 2, 2023, 6:51pm UTC](https://discourse.julialang.org/t/debugging-tsit5-internal-stage-steps/102416 "2023-08-02T18:51:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![yoshi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/yoshi/32/38259_2.png) [@yoshi](https://discourse.julialang.org/u/yoshi)
#### Post date: [August 2, 2023, 6:51pm UTC](https://discourse.julialang.org/t/debugging-tsit5-internal-stage-steps/102416/1 "2023-08-02T18:51:01Z")

</div>

Is there an equivalent for `step!` that pauses after the computation of each internal stage of TSIT5?

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [August 2, 2023, 8:35pm UTC](https://discourse.julialang.org/t/debugging-tsit5-internal-stage-steps/102416/2 "2023-08-02T20:35:34Z")

</div>

There is not. You’d have to just Revise and add logging where you want.
