[Mono-dev] Stack traces

Joachim Ante joe at otee.dk
Sun Apr 23 09:49:45 EDT 2006


Hi,

Just wanted to bring up an old C# stacktraces issue again.

The C# stack traces give the line number of the return site and not the call
site. This is extremely annoying.

In Unity we are heavily relying on stack traces for errors. When an error
happens it is logged to a console on which people can double click, which
brings them right to the error in their script. In C# this just gets them to
the wrong line.

Fortunately a lot of our users are using our Java script which doesn't have
this problem but i would really like to have the same nice behaviour in C#.

Is this being worked on?

Best regards,
Joachim Ante





More information about the Mono-devel-list mailing list