[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
edebug question - context of calling function
From: |
David Vanderschel |
Subject: |
edebug question - context of calling function |
Date: |
Wed, 15 Oct 2003 02:18:11 -0500 |
I sometimes put a source breakpoint in my code to
catch a particular error condition. When such a
conditional breakpoint fires, the actual problem,
though recognized in the called function, is often
attributable to the calling function. What I want to
do then is to look around at the state of the calling
function at the time it called the function which
invoked edebug. I can instrument the calling
function; but, when in the debugger, I cannot see how
to pop the context stack so that I can look around at
the variables in the calling program. What am I
missing?
Thanks,
David V.
- edebug question - context of calling function,
David Vanderschel <=