babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Add color and style to error stack trace #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?

Add color and style to the stack trace dump on an error detail page. All 
elements of a stack frame like method, declaring type, parameters, and when 
present, file and line number should be colored/styled.

What goal would this enhancement help you achieve?

Make it easier to read stack traces that run deep (with inner exceptions) and 
visually distinguish items. For example, often you only want to focus on the 
methods in the stack trace.

Original issue reported on code.google.com by azizatif on 18 Oct 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Attached are samples of errors with messages and stack traces localized in 
English, French, Japanese and Arabic. These samples can be used as a test bed 
to parse out the stack trace, for example,  using regular expressions and 
ensure that it works across the various localizations and scripts.

Original comment by azizatif on 18 Oct 2010 at 6:47

Attachments:

GoogleCodeExporter commented 8 years ago
Implemented in r731.

Original comment by azizatif on 18 Oct 2010 at 7:12