[docs] BUG - pdb with asyncio

Dudi Kovarski dudik at cybermdx.com
Tue Aug 7 05:49:04 EDT 2018


Hi,

I think I found a bug on python(pdb/asyncio) version 3.5.2.

The BUG shows up when debugging a code using pdb and the last row in the
method is:
await func(...)

What's happening is that on execute this last line ('await'), the pdb get
stuck and never back, BUT, if I'm adding one more row below in the same
method, everything is ok.

Thanks,
Dudi


-- 

*  Dudi Kovarski*

*  Senior Software Developer, CyberMDX*

*  Mobile: +972533332826*

[image:
/Users/JonR/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_991614229]
<http://www.cybermdx.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20180807/81cc1fa0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 6905 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/docs/attachments/20180807/81cc1fa0/attachment-0001.png>


More information about the docs mailing list