-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add debugger ref; remove note from algopy testing doc as its no…
… longer in preview (#368) * docs: add debugger ref; remove note from algopy testing doc as its no longer in preview * docs: apply suggestions from code review Co-authored-by: Rob Moore (MakerX) <rob.moore@makerx.com.au> --------- Co-authored-by: Rob Moore (MakerX) <rob.moore@makerx.com.au>
- Loading branch information
1 parent
3c62389
commit d3ff6d1
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Breakpoint debugging | ||
|
||
The AlgoKit AVM VS Code Debugger extension enables line-by-line debugging of Algorand Python smart contracts that are executed on the AVM. It provides a seamless debugging experience by leveraging AVM simulate traces and source maps. | ||
|
||
## Quick Start | ||
|
||
For detailed setup instructions, features, and advanced usage, please refer to the [official repository](https://github.com/algorandfoundation/algokit-avm-vscode-debugger). |