I should have been more specific. I can see the window, but what I want is
the stack history:
For example below. If I set a break point on last line, I want the see the
call stack on t1 for all the methods that where called on t1. I don't seem
to get that. Should I looking for something else?
declare @tl TList
set @tl = TList::Parse("binary,0xaaaa")
set @tl.AddItem(2)
select @tl.Count
--
William Stacey [MVP]
"Adam Machanic" <amachanic@hotmail._removetoemail_.com> wrote in message
news:ejhaBUFIGHA.2668@tk2msftngp13.phx.gbl...
methods
|