(self)
| 806 | return self._request_start("attach") |
| 807 | |
| 808 | def request_continue(self): |
| 809 | self.request("continue", freeze=False) |
| 810 | |
| 811 | def set_breakpoints(self, path, lines): |
| 812 | """Sets breakpoints in the specified file, and returns the list of all the |