I have sent two PRs for pdb and I have a third one not yet commited. http://rt.perl.org/rt3//Ticket/Display.html?id=31159 http://rt.perl.org/rt3//Ticket/Display.html?id=37287
My third patch is about http://rt.perl.org/rt3//Ticket/Display.html?id=31163 (list breakpoints). Ok, after the presentations.. I have some problems for writing the patches because more than one bug report matches the same source file, and i have to wait everytime for commits before doing anything more. I understand that this is my problem and I should be pacient, but on pdb there are a lot of broken things that are difficult to split into multiple patches. My third patch fixes the problem of the 'help' command when calling it with arguments and implements the 'breaks' command to list all defined breakpoints, it also makes some little code cleanup. My question is. How can I translate a opcode_t into a file:line message? Thanks! --pancake