Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 911 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 911 Bytes

The project is now located here:

https://github.com/google/coroutine-stacks

Coroutine Stacks

example workflow

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.

Setup project in your local enviroment

  1. Fork the repository

  2. After fork is completed, click on Code button and copy the git url

  3. Open terminal and run command

    git clone <your-git-url>
    cd coroutine-stacks
    
  4. Open Intellij IDEA, and open the project coroutine-stacks

  5. Run the project