Jürgen Bömmels wrote: > Hi, > > When you use pdb and hit just <ENTER> you get a segfault. Thats > quite anoying especially if you are used to gdbs behaviour. > > The attached patch fixes this by just ignoring empty lines.
this doesn't seem to me how pdb is supposed to work. docs/debugger.pod says: A blank line always repeat the last command entered. and that's also perl -d behaviour. either fix it differently, or patch the documentation too :-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;