Skip to content

v0.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 00:13
· 541 commits to main since this release

tracexec v0.1.0-beta.2 released!

tracexec v0.1.0-beta.2

Changes since v0.1.0-beta.1:

Added

  • Tracing and diffing file descriptors.
  • Option to show stdio/fds in cmdline.
  • TUI: show detailed information of file descriptors in the FdInfo tab of details popup.

Changed

  • Update dependencies.
  • TUI: Make CLI flags in help dialog more readable.
  • Warn if argv is empty.
  • Warn on bad envp/argv/filename.
  • Log: --show-cmdline no longer implies --successful-only
  • Warnings are now shown in TUI/Log mode.
  • --verbose/--quiet is removed from CLI. Use --filter/--filter-include/--filter-exclude instead.

Fixed

  • Don't crash when tracee closes its stdio.
  • TUI: fix truncated tabs.