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

Add ability to view stacktraces of all threads when the exception is captured #18

Open
haroldadmin opened this issue Oct 3, 2020 · 0 comments
Labels
enhancement New feature or request Hacktoberfest

Comments

@haroldadmin
Copy link
Owner

It is helpful to view the stacktraces of all active threads during the time an exception is thrown. Representing each thread's stacktrace in a list of collapsible items would make it easy to go through each one of them.

Tasks:

  • Capture all active stacktraces using the Thread.getAllStackTraces() API in the exception handler
  • Parse the captured values and send them over the service connection
  • Create an accordion-style list to display the stacktrace of each thread

This is a fairly huge change. Discussing exact UI implementations would be helpful before starting work on the PR.

@haroldadmin haroldadmin added enhancement New feature or request Hacktoberfest labels Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant