cldwalker/debugger

'info break' prints '%3d %s at %s:%s' instead of usefull information

siro-mateos opened this issue · 3 comments

To reproduce, define some breakpoints, and type 'info break'. Output will be something like this:

(rdb:5) info break
Num Enb What
%3d %s at %s:%s
...

(Using version 1.5.0)

@astashov Is this related to changes in printers? If so, would you mind taking a look?

Sure, will do tomorrow.

Fixed by #78