Something strange is happening in my code where I\'m using a StackTrace. It\'s almost as if the debug info is not being loaded... but I\'m running this on the DEBUG build.T
A bit more googling arround found this post
Turns out StackTrace has a special constructor
public StackTrace(bool fNeedFileInfo)
if you need file info to be populated. Ouch