Metadata-Version: 2.4
Name: timetrace-debugger
Version: 1.0.2
Summary: Time-travel debugging engine for Python
Author: Varkala Shashidhar
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Timetrace

Timetrace is a time-travel debugging engine for Python.

It records execution state, tracks variable changes, and allows stepping backward and forward through program execution.

---

## Features

- Reverse execution stepping
- Execution timeline recording
- Call stack tracking
- Exception capture
- Thread tracing
- Async support
- Conditional breakpoints
- Watchpoints
- Multi-file project support
- CLI-based interactive debugger

---

## Installation

```bash
pip install timetrace
