What problem does it solve? Debugging production services usually requires redeploying code with extra logging, which is slow and risky. This Skill lets you place log probes on running services via Datadog Live Debugger to capture live argument and variable values without any redeployment. ## Core Features & Use Cases - Log Probe Management: Create, list, inspect, and delete probes on specific methods with capture expressions, templates, conditions, TTL, and rate limits. - Real-Time Event Streaming: Watch probe events live with compact --fields output or jq-based extraction of snapshots, arguments, and locals. - Service Context Discovery: Verify environments, languages, and active instances before instrumenting to avoid targeting the wrong deployment. - Use Case: A user reports that an order endpoint receives malformed data. Place a probe on OrderService:processOrder with --capture "order.items[0].price", stream events for 60 seconds, inspect the live values, then delete the probe. ## Quick Start Ask the agent to place a Datadog live debugger probe on a specific method of your service and show the runtime argument values it captures.