Hello all, I am attempting to write a remote debugger using bdb. One problem I am running into is that if I call self.set_next when on the last line of my program, I see this line printed:
Exception AttributeError: "'NoneType' object has no attribute 'path'" in <function _remove at 0x7f97639b4668> ignored But I don't see any way of detecting that the program I am debugging has now completed. More generally, I am not sure how to use bdb (or some alternative way) to detect that the program has finished executing. Any help would be appreciated. Alexandre Zani
-- http://mail.python.org/mailman/listinfo/python-list