Debugging question

2006-03-02 Thread Peter T. Evensen
Is there any way to get a call stack? I have a screen where if you press Enter (Windows) it is calling a method, but I can't figure out why. It would be nice if I could see what took place to get me where I was. The message watcher isn't really helping, but I'll muck around with it a bit

Re: Debugging question

2006-03-02 Thread Ken Ray
On 3/2/06 3:32 PM, Peter T. Evensen [EMAIL PROTECTED] wrote: Is there any way to get a call stack? I have a screen where if you press Enter (Windows) it is calling a method, but I can't figure out why. It would be nice if I could see what took place to get me where I was. The message

Re: Debugging question

2006-03-02 Thread Peter T. Evensen
I never noticed that before! Seems like an odd place for it, though. I'd expect it in the debugger window someplace, but now that I know where it is! Thanks! At 04:25 PM 3/2/2006, you wrote: On 3/2/06 3:32 PM, Peter T. Evensen [EMAIL PROTECTED] wrote: Is there any way to get a call stack?

Re: Debugging question

2006-03-02 Thread Charles Hartman
You need Constellation. More evident, and with more features. (Shameless plug. I love it.) Charles On Mar 2, 2006, at 5:29 PM, Peter T. Evensen wrote: I never noticed that before! Seems like an odd place for it, though. I'd expect it in the debugger window someplace, but now that I know