Nathan Huesken <ipython <at> lonely-star.org> writes: > Is it somehow possible in ipython/pdb to print a list of the current > breakpoints into a file? Use the "break" command (with no arguments) inside the debugger. http://docs.python.org/library/pdb.html#debugger-commands Hope this helps, Jon Olav