StackTrace filename unknown

后端 未结 1 658
别跟我提以往
别跟我提以往 2020-12-30 23:22

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

相关标签:
1条回答
  • 2020-12-31 00:14

    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

    0 讨论(0)
提交回复
热议问题