The document presents a technique called Penumbra that can automatically identify failure-relevant inputs from a program's execution. It aims to address challenges in debugging failures caused by interactions between multiple inputs, when there are many more inputs than lines of code and only a small percentage of inputs are actually relevant to the failure. The technique approximates failure-relevant subsets by identifying inputs that reach the failure along program dependencies, using a single execution and reduced manual effort compared to existing data-centric debugging techniques.