Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Future of DevTools, Full Stack Tech 2016, Argentina

Future of DevTools, Full Stack Tech 2016, Argentina

Future of DevTools, , Full Stack Tech 2016, Buenos Aires, Argentina.

Kenneth Auchenberg

November 08, 2016
Tweet

More Decks by Kenneth Auchenberg

Other Decks in Technology

Transcript

  1. Desktop browsers have changed 2.82% 13.28% 59.39% 10.21% 1.91% (IE

    8.89%) SitePoint October 2016 Source: https://www.sitepoint.com/browser-trends-november-2016-rise-underdog (iPad 5.42%)
  2. Mobile browsers have changed 40.64% 8.64% 5.83% 17.90% 2.65% Others

    1.13% Source: https://www.sitepoint.com/browser-trends-november-2016-rise-underdog 16.69% SitePoint October 2016 6.52%
  3. Still a typical debugging workflow Open editor Navigate to page

    Open browser Find file in editor Make change Refresh browser Open DevTool Go to scripts-tab Find same file again Go to the edited line Set breakpoint Debug Switch back to editor Make change Tab back to browser Repeat
  4. 1. Why do I need to learn a new DevTool

    for each browser? 2. Why do I have to use different tools for authoring and debugging? 3. Why isn't my editor integrated with my browser(s)? 4. Why are DevTools still bundled with our browsers? A few thoughts
  5. What if it was like this? Open editor Find file

    in editor Make change Open browser Set breakpoint Debug Repeat Make change
  6. VS Code iOS Debugger Chrome Debugging Protocol VS Code Chrome

    Debugger Device ios_webkit_debug_proxy https://github.com/Microsoft/vscode-ios-web-debug
  7. Why is the web one of the few platforms that

    still bundles a full development environment with the runtime?