Skip to content
Closed
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 cmd/tealdbg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ Transaction(s) are used for:
$ tealdbg debug --txn samples/txn_group.json
```

If an array of transaction supplied then it is treated as a transaction group. To specify the current transaction for execution use `--group-index` option:
If an array of transaction supplied then it is treated as a transaction group. To specify the current transaction for execution, pass the program source and use `--group-index` option:

```
$ tealdbg debug --txn samples/txn_group.json --group-index=1
$ tealdbg debug program.teal --txn samples/txn_group.json --group-index=1
```

Transaction(s) are JSON or MessagePack (`goal clerk` compatible) serialized instances of `transactions`. See [samples dir](https://github.com/algorand/go-algorand/tree/master/cmd/tealdbg/samples) for more examples.
Expand Down