We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a401bd5 commit 1c71e24Copy full SHA for 1c71e24
docs/src/snforge-advanced-features/debugging.md
@@ -148,14 +148,14 @@ to have:
148
149
> 📝 **Note**
150
>
151
-> If you are using `scarb nightly-2025-03-27` or later there is a way to improve backtrace for panic in contracts if
+> If you are using scarb 2.12 or later there is a way to improve backtrace for panic in contracts if
152
> you set `panic-backtrace = true`
153
154
```toml
155
[profile.dev.cairo]
156
unstable-add-statements-code-locations-debug-info = true
157
unstable-add-statements-functions-debug-info = true
158
-panic-backtrace = true # only for scarb nightly-2025-03-27 or later
+panic-backtrace = true # only for scarb 2.12 or later
159
```
160
161
0 commit comments