调试输出

 catch(Exception oEx)
   {
#if DEBUG
    throw oEx;
#endif
    return embedValue;
   }
原文地址:https://www.cnblogs.com/lyl6796910/p/3958829.html