Line numbers / filenames in Compact Framework
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I was wondering how to find the source code line / filename (__LINE__/__FILE__ equivlaent) when using the Compact Framework, since the System.Diagnostics.StackTrace class is not supported? Goal is to support logging of location of errors in release as well as debug. has anyone found a technique using Trace, perhaps?