Skip to content

Commit acf91f5

Browse files
authored
Rename backtrace.md to debugging.md (#3318)
commit-id:81bae17f --- **Stack**: - #3319 - #3318⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent 07c5295 commit acf91f5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* [Conditional Compilation](snforge-advanced-features/conditional-compilation.md)
3737
* [Direct Storage Access](snforge-advanced-features/storage-cheatcodes.md)
3838
* [Profiling](snforge-advanced-features/profiling.md)
39-
* [Backtrace](snforge-advanced-features/backtrace.md)
39+
* [Debugging](snforge-advanced-features/debugging.md)
4040

4141
---
4242

docs/src/testing/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Failures:
6565
</details>
6666
<br>
6767

68-
When contract fails, you can get backtrace information by setting the `SNFORGE_BACKTRACE=1` environment variable. Read more about it [here](../snforge-advanced-features/backtrace.md).
68+
When contract fails, you can get backtrace information by setting the `SNFORGE_BACKTRACE=1` environment variable. Read more about it [here](../snforge-advanced-features/debugging.md).
6969

7070
## Expected Failures
7171

0 commit comments

Comments
 (0)