Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriyyo/pycharm-evaluate-async-code
Finally, you can use await in evaluate expression 💪
https://github.com/uriyyo/pycharm-evaluate-async-code
asyncio pycharm pycharm-ide pycharm-plugin python
Last synced: 4 months ago
JSON representation
Finally, you can use await in evaluate expression 💪
- Host: GitHub
- URL: https://github.com/uriyyo/pycharm-evaluate-async-code
- Owner: uriyyo
- Created: 2020-06-09T19:59:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T15:02:13.000Z (5 months ago)
- Last Synced: 2024-09-27T06:03:33.080Z (4 months ago)
- Topics: asyncio, pycharm, pycharm-ide, pycharm-plugin, python
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/14476-evaluate-async-code
- Size: 313 KB
- Stars: 44
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Evaluate Async CodeDid you try to execute `async` code at PyCharm `Evaluate Expression` window 🤔
This plugin adds ability to use `async/await` almost everywhere while you debug your code 😋
**Note - plugin can work only with python version `>=3.7`**.
Evaluate Expression
Conditional Breakpoint
Debugger Console
Python Console