https://github.com/google/coroutine-stacks
This project is dedicated to creating an Intellij Plugin that will enhance the coroutine debugging experience by creating a view with the graph representation of coroutines and their stack traces, similar to how it is done in the Parallel Stacks feature of the JetBrains Rider IDE.
-
Fork the repository
-
After fork is completed, click on Code button and copy the git url
-
Open terminal and run command
git clone <your-git-url> cd coroutine-stacks
-
Open Intellij IDEA, and open the project coroutine-stacks
-
Run the project