Skip to content

A rich featured release version

Compare
Choose a tag to compare
@innerr innerr released this 28 Dec 18:50
· 157 commits to main since this release
5159344
  • All unusual usage hints are removed to make it "normal"
  • Breakpoints, step in/out, skip commands during executing
  • Interactive mode, with completion
  • Pretty display for executed sessions
  • Background task supporting (from prev version)

image

image

Change log

  • New Features
    • Support breakpoints and more executing control
      • Command dbg.break.at <cmd-list> #97
      • Command dbg.break.at.begin, step in/out/over #106
    • Interactive mode with history and completion #108
    • Executed sessions management
      • Write logs for each command, shows them in executed session #95
      • Retry an failed session from error point #93
      • Tracing env changes in an executed session #91
      • Display executed session details #86
      • List, add, remove sessions #83
  • Usability
    • Redesign command sets: desc cmds and more, for locating commands easier #98
    • Remove tail-edit-mode usage info from all help-strings and hints, treat it as a hidden hack mode #98