07jasjeet / coroutine-stacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Kotlin 94.8%Language:Python 5.2%