kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Async task tagging for Kotlin JS
trafficstars
Chrome is aiming to implement a console.createTask() method that allows the debugger to link the source of an asynchronous call to its target (e.g. the stacktraces go across asynchronous boundaries).
Coroutine stacktraces is often a pain point, and this sounds similar to the asynchronous task debugger added in IDEA last year.
Do you think this change is feasible for Kotlin/JS? If so, I believe it could help the debugging experience.