1 posts tagged ‘Linux’
On-Crash Backtraces in Swift
Alastair Houghton: Prior to Swift 5.9, all you would get when your program fails is a message from the parent process (often the shell) telling you that the child process crashed[…] […] Now, instead of the opaque message above, the result looks something like this[…] […] This new feature greatly improves the on-crash debugging experience […]