Debug live production code without redeploying with Datadog Live Debugger
Some production bugs don’t show up clearly in logs or traces, and they often cannot be reproduced in a local or staging environment. When developers need more runtime detail, they typically fall back on a familiar but slow workflow: add log lines, open a pull request, wait for review and CI/CD, deploy the change, and wait for the issue to happen again. If the new logs don’t capture the right variable values or execution path, the loop starts over.