Post #307691
2026-02-15 17:43 UTC
Replies (6)
-
@mei@donotsta.re 2026-02-15 17:48
@cocoaphony@mastodon.social is this anything? https://github.com/tokio-rs/console
-
@heathborders@hachyderm.io 2026-02-15 18:02
@cocoaphony@mastodon.social IntelliJ has this for Kotlin coroutines. Hopefully Apple can follow their lead https://kotlinlang.org/docs/debug-coroutines-with-idea.html
-
@tikitu@mastodon.social 2026-02-15 18:06
@cocoaphony@mastodon.social Instruments has task-aware stuff. Not anything like a debugger but you might be able to wrangle it to show what you need?
-
@davedelong@mastodon.social 2026-02-15 18:54
@cocoaphony@mastodon.social the way the tooling is lagged so far behind the evolution of the language has been really infuriating and demoralizing, to be honest. It's felt like Xcode has gone from a best-in-class IDE to a mediocre-at-best experience. I sincerely hope something changes. Task-aware debugging is just one step along the way.
-
@calicoding@mastodon.social 2026-02-15 19:09
@cocoaphony@mastodon.social I mean, I’d be happy with a swift debugger that can reliably po.
-
@ole@chaos.social 2026-02-16 16:05
@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