Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/debug-cross-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
```markdown
# Debugging Cross-Contract Calls in Soroban

This tutorial shows how to **debug contracts that call other contracts** in Soroban.
This tutorial shows how to **debug contracts that call other contracts** in Soroban.
We’ll create a simple **caller + callee** example, set breakpoints in both contracts, and inspect the call stack and event logs.

---
Expand All @@ -12,7 +12,7 @@ We’ll create a simple **caller + callee** example, set breakpoints in both con
```

examples/contracts/cross-contract/
├── callee_contract.rs as there are no example contracts
├── callee_contract.rs as there are no example contracts
├── caller_contract.rs
└── integration_test.rs

Expand Down
2 changes: 1 addition & 1 deletion docs/optimization-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,4 @@ soroban-debugger budget-sweep --contract <ID> --fn <FN> \

---

*For more on the Soroban budget model, see the [official Soroban documentation](https://developers.stellar.org/docs/smart-contracts).*
*For more on the Soroban budget model, see the [official Soroban documentation](https://developers.stellar.org/docs/smart-contracts).*