Giter Site home page Giter Site logo

thread-access-plugin's Introduction

Downloads Rating

Thread Access plugin

Simple plugin dedicated for Intellij plugin developers. Provides information about thread access during plugin debugging.

Shows information about:

  • Is write Thread
  • Is write access allowed
  • Is read access allowed
  • Is dispatch Thread
  • Is disposed (in Java source code)
  • Is in impatient reader
  • Holds read lock

There is no configuration. Plugin will try to detect if a process is debugging Intellij plugin and provide proper thread access information.

Installation

You can install this plugin from JetBrains plugin repository: link

Contributing

Feel free to do any contributions. If you want to test/debug it just clone this repository.

After cloning, build it with Gradle and run the plugin with runIde task.

From the running sandbox process create a plugin project (File|New|Project|Intellij Platform Plugin) and run it (even if this is a blank plugin).

At this moment you will have two running sandboxes but the 2nd was launched from the 1st. In 2nd sandbox create a sample project. In the 1st sandbox place a breakpoint (e.g. in com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction method). After that in the 2nd sandbox hit save on a source file (e.g. java) with ctrl+s or just edit it.

thread-access-plugin's People

Contributors

foreverigor avatar marcin-bukowiecki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.