Ormaos is an open-source Python 3.12+ debugging tool that records runtime execution context to show which code paths executed, which branches ran, and which exceptions were swallowed, allowing developers and coding agents to query recordings via CLI instead of re-running code with added logging or breakpoints.