[Edu-sig] Online Python (and other scripts) debug tool (onlinegdb.com)

Wes Turner wes.turner at gmail.com
Thu Mar 8 11:25:46 EST 2018


+1 Do ipdb or pdb++ work?

https://github.com/gotcha/ipdb
https://pypi.org/project/ipdb

import ipdb
ipdb.set_trace()

https://github.com/antocuni/pdb
https://pypi.org/project/pdbpp/

pdb.set_trace()
breakpoint()  # Python 3.7+

... https://github.com/quobit/awesome-python-in-education
#interactive-environments #debuggers

On Thursday, March 8, 2018, Jurgis Pralgauskis <jurgis.pralgauskis at gmail.com>
wrote:

> Nice for education purposes :)
> https://www.onlinegdb.com/blog/introducing-python-debugger-mode-with-pdb-
> console/
>
> --
> Jurgis Pralgauskis
> tel: 8-616 77613;
> Don't worry, be happy and make things better ;)
> http://galvosukykla.lt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/edu-sig/attachments/20180308/590d25e6/attachment.html>


More information about the Edu-sig mailing list