kotlinx.coroutines icon indicating copy to clipboard operation
kotlinx.coroutines copied to clipboard

Async task tagging for Kotlin JS

Open CLOVIS-AI opened this issue 3 years ago • 0 comments
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.

CLOVIS-AI avatar Sep 02 '22 11:09 CLOVIS-AI