Post #2637531
2026-02-17 00:00 UTC
@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.
Replies (1)
-
@cocoaphony@mastodon.social 2026-02-17 02:57
@ktoso@mastodon.social @ole@chaos.social ironically I actually have such a list (or at least a list that includes the problematic Task). The thing I want to debug is in a unit test, and in unit tests I track all Tasks via a wrapped initializer so that I can centrally cancel all of them and detect tasks that fail to respect cancellation. But I don’t have a way to attach a debugger to them to see what’s going on.