Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
Re: Occasionally no line numbers in Exception.StackTrace
Terry,
If the code is compiled in release mode vs. development mode then there are
no line numbers because the code has been compacted. The line numbers would
not be equivalent anymore.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"terry" <terry_wahl@msn.com> wrote in message
news:904a01c35b78$2f3ac650$a001280a@phx.gbl...> Hi,
>
> When an unhandled exception occurs I display an aspx
> page. This page displays the stack trace associated with
> the exception (exception.StackTrace). I have noticed that
> occasionally no line numbers are included in the stack
> trace. I'm curious why sometimes there are line number
> and other times there is not. These line numbers are
> invaluable for debugging.
>
> Thanks for your help,
> Terry
>
S. Justin Gengo Guest
-
#32101 [Com]: Exception in unknown on line 0 when throwing exception inside exception handler
ID: 32101 Comment by: dhopkins at DonHopkins dot com Reported By: ceefour at gauldong dot net Status: No... -
function that reads line numbers?
So this may be wishful thinking, but I would be kicking myself later if I didn't ask. Is there a function in perl where you give the function exact... -
get line numbers in REXML'S StreamListener
Hi, I'm using the StreamListener Mix-In from REXML to parse a file. I want to stuuply line numbers as error information. Where do I get them? -
#21938 [Com]: Wrong error line numbers
ID: 21938 Comment by: chris at antiochwebhost dot com Reported By: arne dot brachhold at co4 dot de Status: No... -
Stacktrace with line numbers
Hi, I'm trying to implement a custom error page for testing purposes. When an error occurs, I catch it in the global.asax and store it in a...



Reply With Quote

