Skip to main content

I used to see line numbers with the stack trace but with the new layout of the trace screen, I seem to have lost the line numbers.  I have uploaded my pdb file.

My web.config file has

  <system.web>
<compilation debug="True"

What else might I be missing?

Adding a comment to bump this up.

Am I the only one not seeing line numbers in the stack trace any more?


@Dmitrii Naumov - I met you yesterday at the last session and asked you about this issue.


@Django I’ve checked with the team and it turns out line nbrs were removed intentionally. 

Logging the line nbrs affects the performance of the application, so it had to be removed.


This is terrible.  We need a way to turn this on in a dev environment.  I have to attach to a debugger just to get a line number.  Plus, this really hamstrings debugging on a cloud environment.  


Reply