On Jul 24, 2005, at 3:25, Will Coleda wrote:
To use the same debugger commands as perl (which I assume is a goal),
we'd need to make this command "L".
The current implementation of the debugger is case agnostic as far as
command names go, and since there's already an "l", there can't be an
"L" as well.
Should we pick another name, or force commands to be case sensitive?
The debugger command loop is a mess with it's magic int values. It
should have just chars in the switch statement, which will also enable
above case distinction.
leo