You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display threads, mechanism data, and native addresses in event UI
Add ThreadsDisplay component showing thread list with crashed/current
tags and per-thread stacktraces. Show mechanism signal data (fault
address, signal number) on exceptions. Fall back to instruction_addr
and package for native stack frames without source context. Include
all new fields in the copy-as-markdown output.
Also extract getFrameName/getFrameLocation utilities to eliminate
duplicated frame formatting logic, and make CopyButton accept a lazy
text getter to avoid recomputing markdown on every reactive update.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments