Re: Online Python (and other scripts) debug tool (onlinegdb.com)
Wes Turner <[email protected]>
| Newsgroups | gmane.comp.python.education |
|---|---|
| Message-ID | <CACfEFw9f6yh4F4ja+9xSefi75rTf2apOM8yZ+Vm=Uez4NpAXbQ@mail.gmail.com> |
+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 <[email protected]> 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 > _______________________________________________ Edu-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/edu-sig