C_Sharp/Debug View 사용 상위 문서: C_Sharp static public void DebugOut(string msg) { StackTrace st = new StackTrace(false); string caller = st.GetFrame(1).GetMethod().Name; Debug.WriteLine(caller + ": " + msg); } .NET C Sharp Debug Helper Show Comments Please enable JavaScript to view the comments powered by Disqus.