J
Jamie Martin
Hi,
Rather than getting every detail about variables' values et cetera, I would
like to use the debugger to show the chain of methods I call, for example
(Java syntax), "main" calls "run" which calls "process_char" repeatedly then
calls "clean_up" then returns to "main." I am looking at someone else's
large program and having trouble following it. Is there a way to do this?
THanks,
Jamie
Rather than getting every detail about variables' values et cetera, I would
like to use the debugger to show the chain of methods I call, for example
(Java syntax), "main" calls "run" which calls "process_char" repeatedly then
calls "clean_up" then returns to "main." I am looking at someone else's
large program and having trouble following it. Is there a way to do this?
THanks,
Jamie