fetchd icon indicating copy to clipboard operation
fetchd copied to clipboard

Feature request: Get Stack trace on panic!()

Open dishmop opened this issue 3 years ago • 1 comments

Prerequisites

  • [X] I checked the documentation and made sure this feature does not already exist.
  • [X] I checked the existing issues to make sure this feature has not already been requested.
  • [X] I have read the code of conduct before creating this issue.

Problem

when developing and running a local node, if my code panic!() in the contract (perhaps through an unwrap or whatever) I have no idea what caused it or where it panicked.

Feature / Solution

It would be great to see the stack trace of the error somewhere.

Ideally it would be returned to the calling code, but even if it was outputed to the terminal in way that we can grep it.

Alternatives

No response

Additional Context

No response

dishmop avatar May 27 '22 09:05 dishmop

This and fetchai/fetchd#271 are not possible to address in CosmPy. Please reopen in another repo where this belongs.

5A11 avatar Jul 25 '22 09:07 5A11

closed as moved to done

dominic22 avatar Dec 21 '23 08:12 dominic22