Visual Debugging in PyCharm
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=nksiGORLDZw
PyCharm puts a visual face on debugging and we’d like to help more developers take the plunge and debug. In this webinar, Paul Everitt, PyCharm Developer Advocate, introduces the debugger and goes through many of the essentials in the context of writing a 2d game: • – 3:05 Debugging without PyCharm’s debugger: print and pdb • – 6:18 First use of the debugger (and the Cython speedups) • – 12:18 Interactive use • – 19:47 Breakpoints • – 29:16 All flavors of stepping through code, including filters • – 40:43 Watch Expressions • – 44:11 Moving through stack frames • – 48:17 Debugging during testing • – 52:11 Extracting type information • – 58:52 Extra credit: Debugging JavaScript in Node and Chrome, configure stepping, keyboard shortcuts, show execution points, mute breakpoints, inspect watch value • You can find Paul's code here: • https://github.com/pauleveritt/visual... • To learn more about PyCharm, visit https://www.jetbrains.com/pycharm and https://blog.jetbrains.com/pycharm
#############################


