Skip to content

Instantly share code, notes, and snippets.

@miranda-zhang
Last active December 14, 2017 01:41
Show Gist options
  • Save miranda-zhang/8c26fb6ce6a6a1789401025a1fc7b812 to your computer and use it in GitHub Desktop.
Save miranda-zhang/8c26fb6ce6a6a1789401025a1fc7b812 to your computer and use it in GitHub Desktop.

Dev and Debugging Tools

Python

The debugger is called pdb:

python -m pdb myscript.py

Read more here

Browser devtool

Press F12 to open

Javascript Source Map

Read more here

React.js

The React Devtools extension for Chrome and Firefox lets you inspect a React component tree in your browser devtools. Read more here

Localtunnel(nodejs)

https://localtunnel.github.io/www/

$ lt --port 80

or

$ lt --local-host 127.0.0.1 --port 80

Java LDAP Browser

https://apps.ubuntu.com/cat/applications/jxplorer/

Debugging Tips

Delete domain security policies

Firfox

How to Delete HSTS Settings:

  1. keyboard shortcut Ctrl + Shift + H

  2. search for the site at the upper right

  3. delete page

Chrome

Delete domain security policies :

  1. chrome://net-internals/#hsts

  2. type the site url into "Domain" under "Delete domain security policies"

  3. hit delete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment