algorandfoundation / algokit-avm-vscode-debugger

A Visual Studio Code extension for debugging TEAL using AVM trace files via the AVM debug adapter
MIT License
10 stars 2 forks source link

Usage filenames are switched in Readme #17

Closed SilentRhetoric closed 7 months ago

SilentRhetoric commented 7 months ago

Near the top of the Usage section in the readme, the filenames corresponding to the source maps and simulate traces are switched.

TEAL Source Maps. A *.trace.avm.json file that maps the compiled TEAL source maps to the original source code. See an example here. Simulate Traces. A sources.avm.json file that contains the traces obtained from algod's simulate endpoint. This serves as an entry point for the debugger. See an example here.

neilcampbell commented 7 months ago

Thanks @SilentRhetoric! I'll get that fixed now.