Bug 579106 - Show Call Stack in Throwable Detail Formatter
Summary: Show Call Stack in Throwable Detail Formatter
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.23   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-05 12:42 EST by Nathan Reynolds CLA
Modified: 2024-03-07 15:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Reynolds CLA 2022-03-05 12:42:25 EST
Please change the Throwable detail formatter to show the call stack as Throwable.printStackTrace() would.  This will help in figuring out what the problem is.
Comment 1 Nathan Reynolds CLA 2022-03-05 12:46:22 EST
As a workaround, the following detailed formatter works.


java.io.StringWriter result;
java.io.PrintWriter printer;

result  = new java.io.StringWriter();
printer = new java.io.PrintWriter();

this.printStackTrace(printer);

return result.toString();
Comment 2 Eclipse Genie CLA 2024-03-07 15:28:26 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.