Perl debugger changed

jdavidb on 2002-08-12T18:27:50

So I'm debugging today, and decide I want to see a window of ten lines around the current line of code, and enter "w." I get some strange error about a watch expression. Obviously, I've entered some "add a watch expression" mode I didn't know about and need to get out of it so the w key can regain its normal meaning. I monkey around a bit, finally realize I'm not in any such mode, and the "window" function is now accessed with "v."

It's change, and I don't like it. (Which means at the moment I'm a bit sullen but I trust you people so I know 5.8.0 has a good reason for driving me nuts with debugger changes.)


hmmm

wickline on 2002-08-13T00:41:39


zee debugger vants tooo suck yoour bllooood...

-matt

You now pronounce it "vindow"

merlyn on 2002-08-13T05:07:39

Enough said.

Re:You now pronounce it "vindow"

pemungkah on 2002-08-15T16:11:26

o CommandSet=pre580

will bring you back to old-style commands. It's in the debugger comments (which will be better soon).

Re:You now pronounce it "vindow"

jdavidb on 2002-08-15T18:18:59

Woohoo! Thanks!