Skip to content

Latest commit

 

History

History
executable file
·
51 lines (39 loc) · 1.26 KB

File metadata and controls

executable file
·
51 lines (39 loc) · 1.26 KB

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