Debug a real DOM event with a one-shot browser probe. Choose the event type, run the probe on the affected page, reproduce the issue once, and paste the generated JSON trace to analyze capture, target, bubble, the probe observation order, and stopPropagation calls. After a fix, optionally capture the same event again and compare both traces. All processing is client-side and nothing is uploaded.
Debug a real DOM event with a one-shot browser probe. Choose the event type, run the probe on the affected page, reproduce the issue once, and paste the generated JSON trace to analyze capture, target, bubble, the probe observation order, and stopPropagation calls. After a fix, optionally capture the same event again and compare both traces. All processing is client-side and nothing is uploaded.