ok I get an error that I trap.. but I need to know all the previous calls that
happened before it hit.. that data I can get from the stackframe ?

really I just want to get a list of each proc or function that was called up untill the program failed or just hit this trap..

any easy way to do this in VS 2008 ?

I used Martin's trace at the top of each function and proc in VB6.. but was hoping there would be a nice way in VS2008 that it could be done ?