algorand / algorand/go-algorand
Tealdbg Report Errors
Open
new-feature-request
Team Scytale
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 18
Description
## Problem
While debugging some msgpack formatting issues, I was getting an error message that all the programs failed in less than a second.
This information is only partially useful, we have the errors from the call to eval but never print them out to the caller:
https://github.com/algorand/go-algorand/blob/master/cmd/tealdbg/local.go#L560
## Solution
Print the error message
Contributor guide
Assessment
This issue has not been assessed yet.