On Github ctaloc / debugging_tools
Created by Andrés Salazar S
# buggy code print "What I'm I doing?" # More buggy code
# buggy code import pdb; pdb.set_trace() # More buggy code
$ python -m pdb myscript.py
# buggy code import pudb; pudb.set_trace() # More buggy code
$ pip install django_extensions werkzeug
$ python manage.py runserver_plus
Allows you to create a breakpoint in your javascript file
Similar to console.log but it will raise an error
allows you to count giving a specific label
Allows you to represent any element as a table
Starts a new timer with an associated label.
It returns the selected element in the html.
It returns the last value returned in the console.
It will bring you to the HTML element..