symbolication-setup
Installation
SKILL.md
Symbolication Setup
Make crash stack traces readable instead of memory addresses or minified code.
Why It Matters
Without symbolication:
0x104a3b2c8 <redacted> + 123
With symbolication:
PaymentViewController.processPayment() line 47
Unsymbolicated crashes are useless for debugging.