Hi, Similar to me wanting to get a list of breakpoints from pdb in a previous post, I now want to get the current stack trace from a pdb instance. I know, I can print the stacktrace, but I want to process it in a program ... I found pdb.stack, but how do I handle that? Thanks! nathan