This doesn't do what the OP is asking for, it only shows stack traces
(frames) not the stack variables.
Willy.
[quoted text, click to view] "Peter Ritchie" <PRSoCo@newsgroups.nospam> wrote in message
news:27B81FC6-055C-4C35-AD7F-A4FBAD3F4F14@microsoft.com...
| See the Managed Stack Explorer [1]
|
| [1]
http://www.codeplex.com/Wiki/View.aspx?ProjectName=MSE |
| --
|
http://www.peterRitchie.com/ | Microsoft MVP, Visual Development - C#
|
|
[quoted text, click to view] | "William Sullivan" wrote:
|
| > Is there any way to examine a given thread's stack? As in, the list of
| > variables currently accessible by the executing code on a given thread,
plus
| > their values? TIA!