Skip to content

Commit

Permalink
Del debugger for now
Browse files Browse the repository at this point in the history
  • Loading branch information
memearchivarius committed Nov 27, 2024
1 parent 28db7f0 commit e14a444
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/v3/documentation/smart-contracts/fift/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ hello world ok
:::info
Usually, using the Fift is not required for programming smart contracts in TON. However, Sometimes, you may need to use the Fift language to solve uncommon technical challenges as part of your task.
You might be interested in:
* [TVM Debugger](https://github.com/krigga/tvm-debugger-example)
* [TVM Retracer](https://retracer.ton.org/)
:::

Expand Down
1 change: 0 additions & 1 deletion docs/v3/documentation/tvm/tvm-initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

:::info
To maximize your comprehension of this page, familiarizing yourself with the [TL-B language](/v3/documentation/data-formats/tlb/cell-boc) is highly recommended.
* [TVM Debugger](https://github.com/krigga/tvm-debugger-example)
* [TVM Retracer](https://retracer.ton.org/)
:::

Expand Down
1 change: 0 additions & 1 deletion docs/v3/documentation/tvm/tvm-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This document provides a bird's-eye view of how TVM executes transactions.

:::tip
* TVM Source — [**TVM C++ implementation**](https://github.com/ton-blockchain/ton/tree/master/crypto/vm)
* [TVM Debugger](https://github.com/krigga/tvm-debugger-example)
* [TVM Retracer](https://retracer.ton.org/)
:::

Expand Down
1 change: 0 additions & 1 deletion src/pages/v3/documentation/tvm/instructions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This document provides a list of TVM instructions along with their opcodes and m

:::info
* [**TVM.pdf**](https://ton.org/tvm.pdf) concept document for TON Virtual Machine (may include outdated information).
* [TVM Debugger](https://github.com/krigga/tvm-debugger-example)
* [TVM Retracer](https://retracer.ton.org/)
:::

Expand Down

0 comments on commit e14a444

Please sign in to comment.