You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
@DonJayamanne seems go to me... right now, this means I'll go back to #72 (note that it's already close to EOD for me, so, I'll probably only work on it next Monday).
Still, if #580/#581 is deemed important enough to have a fix (even if it means parsing python code or analysing bytecode), or there's some other critical I missed, please let me know.
Environment data
Actual behavior
Local variables not shown when in async function running in trio event loop
Actual behavior
When running an async function on the Trio event loop, and when stopping on a breakpoint inside the async function, local variables are not shown.
Expected behavior
In the example, local variables should show sleep_time: 5
Steps to reproduce:
Logs
Output of Terminal pane:
Notes:
The text was updated successfully, but these errors were encountered: