Description
The current state
Link to or copy and paste the portion of text or code that you think should be changed.
https://developer.algorand.org/docs/get-details/dapps/smart-contracts/debugging/#:~:text=You%20should%20also,help%20with%20debugging.
The proposed state
Tell us how it should be changed. Provide the exact wording or code if possible.
"You should also consider using these simulate responses with either the AVM VSCode debugger or third-party tooling such as the community-created TEAL for VSCode, which allows you to step through the TEAL smart contract and see the state of the AVM change after each instruction. Additionally, there is sim-stack-parser, which will not only help visualize the stack, it will also map the compiled TEAL program back to the original PyTeal contract to further help with debugging."