English edit

Etymology edit

symbolic +‎ -ate

Verb edit

symbolicate (third-person singular simple present symbolicates, present participle symbolicating, simple past and past participle symbolicated)

  1. (computing) To replace memory addresses with symbols (names of methods, classes etc.) in a stack trace, to aid in debugging.
    Synonym: deobfuscate
    • 2011, Rob Napier, Mugunth Kumar, iOS 5 Programming Pushing the Limits, John Wiley & Sons, →ISBN, page 163:
      Xcode generally does a good job of automatically symbolicating the reports (replacing addresses with method names) in Organizer as long as you keep the .dSYM for every binary you ship.