Have a more intuitive list / l command in debugger mode.
Like the original version, which lists 11 lines around the current line, and then continues from that point on, if the end-of-file (EOF) point is reached, the list function should loop back to the active cursor position, and resume from there.
Have a more intuitive
list
/l
command in debugger mode.Like the original version, which lists 11 lines around the current line, and then continues from that point on, if the end-of-file (EOF) point is reached, the
list
function should loop back to the active cursor position, and resume from there.