Skip to content
  • Simon Marlow's avatar
    More debugger improvements · ed1f16f4
    Simon Marlow authored
    ":list" shows the code around the current breakpoint.  Also it
    highlights the current expression in bold (the bold/unbold codes are
    hardwired to the ANSI codes right now, I'll provide a way to change
    them later).
    
    ":set stop <cmd>" causes <cmd> to be run each time we stop at a
    breakpoint.  In particular, ":set stop :list" is particularly useful.
    ed1f16f4