Avatar
omochimetaru 1/25/2023 1:31 PM
As part of my work on adding backtraces to Swift, I'd like to propose the addition of an API surface so that Swift programs are able to programmatically capture backtraces. This is often helpful when debugging a non-fatal problem that rarely occurs (since you can add code to detect the problem and emit a backtrace), and should be useful for test...
1:31 PM
公式のBacktraceの概要が出てる
1:32 PM
キャプチャーとシンボリケートが分かれてるのは良いね エラー型ではキャプチャーだけしておいてダンプする時にシンボれば良さそう