Bug 579106

Summary: Show Call Stack in Throwable Detail Formatter
Product: [Eclipse Project] JDT Reporter: Nathan Reynolds <numeralnathan>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.23   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard: stalebug

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.