
List of things you should take into the wild:
//set the on element change listener and try to remove the element document.getElementById('deleteme'); elem.parentNode.removeChild(elem);
Place your onClick event breakpoint and press .
document.getElementById('preview-debug').onclick = previewDebug; function previewDebug() { var i=0; i++; i+=5; console.log(--i); }
Google for Custom.css
files for DevTools and place them here:
~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
~/AppData/Local/Google/Chrome/User Data/Default/User StyleSheets/Custom.css
~/.config/chromium/Default/User StyleSheets/Custom.css
Remember: DevTools is "just" the webapp
# turn on adb port forwarding from android device $> adb forward tcp:9222 localabstract:chrome_devtools_remote # turn on chrome with remote debugger available $> chrome.exe --remote-debugging-port=9222
slides available @ devtools.rootpd.com
note: try to press "p" for external links at each slide