Post #2637530
2026-02-16 16:05 UTC
@cocoaphony@mastodon.social There is `swift inspect dump-concurrency`, but I don’t know anything about it beside these two forum posts from @ktoso@mastodon.social and Johannes Weiss. I have no idea if this can inspect iOS apps in the simulator or even on device.
• https://forums.swift.org/t/task-debugging/64181/2
• https://forums.swift.org/t/asyncthrowingstream-unexpectedly-hanging/81890/5
Replies (1)
-
@ktoso@mastodon.social 2026-02-17 00:00
@ole@chaos.social @cocoaphony@mastodon.social Instruments is your best bet on device nowadays… yes, continued improvements to lldb are ongoing, it’s not trivial sadly — we’ll need a way to “list all tasks in the system” which will be a global perf hit, maybe we’d opt into it etc.