Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP-3163 Store StackTrace when Action is called for easier debugging and tracing #74

Open
patkujawa-wf opened this issue Oct 20, 2016 · 1 comment

Comments

@patkujawa-wf
Copy link

patkujawa-wf commented Oct 20, 2016

It's hard to trace the flow of async, event-oriented code. One thing that I've found that helps is passing along the stacktrace of the caller. The listener can then access and print that (e.g. from a property on the Action) to see exactly how the Action came to be called.

Thoughts?

@rmconsole2-wf
Copy link
Contributor

It looks like you have not included any tickets in the title of this issue. Please create a ticket for this issue, or click here to have Rosie create one for you.

@rmconsole2-wf rmconsole2-wf changed the title Store StackTrace when Action is called for easier debugging and tracing CP-3163 Store StackTrace when Action is called for easier debugging and tracing Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants