本文介绍了如何获取非当前线程的堆栈跟踪?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

可以使用System.Diagnostics.StackTrace获取堆栈跟踪,但线程必须被挂起。暂停和恢复功能已经过时,所以我希望有更好的方式存在。

It is possible to get stacktrace using System.Diagnostics.StackTrace, but thread has to be suspended. Suspend and Resume function are obsolete, so I expect that better way exists.

推荐答案

根据,这是可以调用Suspend / Resume的少数几种情况之一。

According to C# 3.0 in a Nutshell, this is one of the few situations where it is okay to call Suspend/Resume.

这篇关于如何获取非当前线程的堆栈跟踪?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 02:56