Skip to content

uriyyo/pycharm-evaluate-async-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluate Async Code

Did 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

evaluate_expression

Conditional Breakpoint

conditional_breakpoint

Debugger Console

debugger_console

Python Console

python_console