C_Sharp/Debug View 사용 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show 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 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus