await
keyword support in Debug Console
#15842
Replies: 1 comment
-
Moved to https://github.com/microsoft/vscode-python/issues/17213 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to be able to use the
await
keyword in the Debug Console when sitting on a breakpoint.The
asyncio
module actually has a REPL that supports this in the latest versions of Python:If it's possible to replicate this in the Debug Console, I think this would be a very welcome feature for the python heads that live in
asyncio
.If it's all part of the same system, it would also be nice to await watched variables in the Run & Debug Panel. This area:
Beta Was this translation helpful? Give feedback.
All reactions