Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

Time Navigator

timenav is an implementation of the terminal-based time-traveling debugger in lieu of term-debugger. It is implemented in Python. The goals of this project are:

  • Develop the code with the benefit of the Python debugger to experience what it's like to use it for development (dog-fooding)
  • Make improvements based on feedback of using the debugger
  • Make a high quality terminal-based debugger
  • Make a zoom-mode for this debugger as well