|
From: SourceForge.net <no...@so...> - 2010-01-15 19:25:53
|
Feature Requests item #2933047, was opened at 2010-01-15 13:25 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2933047&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: Stack Trace Walker Initial Comment: It would be nice to be able to import a stack trace as printed out by Java exceptions into a special Tabbed Pane, and then use the "Next Region" and "Previous Region" actions to quickly browse to the locations of the stack trace. For example, I choose the "Walk Stack Trace" action and paste the following text into a text area: java.lang.NullPointerException at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDialog.java:238) at edu.rice.cs.drjava.ui.EditExternalDialog._edit(EditExternalDialog.java:330) at edu.rice.cs.drjava.ui.EditExternalDialog.access$000(EditExternalDialog.java:61) The cursor will now jump to ExecuteExternalDialog.java, line 238. If I use the "Next Region" action, it will jump to EditExternalDialog.java, line 330, and so on. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=2933047&group_id=44253 |