Skip to content

Commit 1c71e24

Browse files
authored
Update backtrace docs (#3642)
Closes #3189 commit-id:c2f49882
1 parent a401bd5 commit 1c71e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/snforge-advanced-features/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,14 @@ to have:
148148
149149
> 📝 **Note**
150150
>
151-
> If you are using `scarb nightly-2025-03-27` or later there is a way to improve backtrace for panic in contracts if
151+
> If you are using scarb 2.12 or later there is a way to improve backtrace for panic in contracts if
152152
> you set `panic-backtrace = true`
153153
154154
```toml
155155
[profile.dev.cairo]
156156
unstable-add-statements-code-locations-debug-info = true
157157
unstable-add-statements-functions-debug-info = true
158-
panic-backtrace = true # only for scarb nightly-2025-03-27 or later
158+
panic-backtrace = true # only for scarb 2.12 or later
159159
```
160160
161161
> 📝 **Note**

0 commit comments

Comments
 (0)