History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-43742
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Erwin Derksen
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Can stack trace explorer display links with stack traces from release builds

Created: 20 Jun 07 14:19   Updated: 20 Jun 07 14:29
Component/s: Code View - Stack Trace Explorer
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 466


 Description  « Hide
When investigating stack traces that come from a production version, no file names and line numbers are present. Example:

System.InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.
at Fortis.ASR.EOS.Acquisitie.UI.IntermediairConfiguratie.AanvraagImplementatie.HaalUitDataSetIntermediairGegevens(DataSet dataSet, IntermediairGegevens result)
at Fortis.ASR.EOS.Acquisitie.UI.IntermediairConfiguratie.AanvraagImplementatie.GeefIntermediairGegevens(Int32 agentnummer)

The result is that no links are available to step trough the methods in the stack trace. However, it looks to me that R# still has enough information to know what method is being called and thus still can display a link to it. If the next method in the stack trace is called multiple times from within the same method (or from within an inlined (optimised) method), R# may not know the exact line, but being able to jump just to the start of the method would already be a great improvement.



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 20 Jun 07 14:29
Yes, this is planned improvement for next major version.