.net 1.1, display line numbers while debugging....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I don't know what I changed, but now when I debug an application I don't see
the exact line number in the stack trace. I do see the functions but not the
line numbers.

Some times its very helpful to see the exact line number.

I don't know if I have somehow turned this feature off...

Please help!!
 
Hi,

I don't know what I changed, but now when I debug an application I don't see
the exact line number in the stack trace. I do see the functions but not the
line numbers.

Some times its very helpful to see the exact line number.

I don't know if I have somehow turned this feature off...

Please help!!

I think you have to compile the code with debugging information
 
Back
Top