You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There some scenarios where a developer might have the PC of an error from a call that was performed outside te app client and thus was not parsed into a LogicError.
Solution
Proposal
There should be a simple function on the app client that takes in a pc number and spits back out the corresponding TEAL line and/or error message from ARC56.
Pros and Cons
Non-breaking change
Makes debugging easier for developers
Makes error handling easier in more complex scenarios
Dependencies
None
The text was updated successfully, but these errors were encountered:
Yeah the thought with this issue is that it could be a function that just takes in the PC. Primary use case is debugging errors without access to the full error itself. For example a user reports an error seen in the frontend that originiates from an inner transaction that wasn't handled by the outer app client.
Problem
There some scenarios where a developer might have the PC of an error from a call that was performed outside te app client and thus was not parsed into a
LogicError
.Solution
Proposal
There should be a simple function on the app client that takes in a pc number and spits back out the corresponding TEAL line and/or error message from ARC56.
Pros and Cons
Non-breaking change
Makes debugging easier for developers
Makes error handling easier in more complex scenarios
Dependencies
None
The text was updated successfully, but these errors were encountered: