What problem does it solve? Locating the exact classes and methods where a live debugging probe can be placed in a running service is difficult without symbol information. This Skill queries the Datadog Symbol Database to list instrumented scopes and produce probe-ready method signatures. ## Core Features & Use Cases - Symbol Search: Search classes and methods in instrumented services by query, with optional version filtering. - Probe Location Output: Generate TYPE:METHOD(args) signatures directly usable with pup debugger probes create. - Multiple Views: Choose between raw JSON (full), one scope per line (names), or probe-ready signatures (probe-locations). - Use Case: You need to debug a production issue in VetController. Search the symbol database for probe-able methods, then place a Live Debugger probe on the discovered method and stream captured events. ## Quick Start Ask the assistant to search the Datadog Symbol Database for probe-able methods matching a class name in your service and then create a Live Debugger probe on the result.