WhatTheStack icon indicating copy to clipboard operation
WhatTheStack copied to clipboard

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

Open haroldadmin opened this issue 4 years ago • 0 comments

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 avatar Oct 03 '20 08:10 haroldadmin