+ All Categories
Home > Technology > Advanced front end debugging with ms edge and ms tools

Advanced front end debugging with ms edge and ms tools

Date post: 16-Apr-2017
Category:
Upload: chris-love
View: 322 times
Download: 1 times
Share this document with a friend
22
Advanced Front-End Debugging with MS EDGE & MS TOOLS LOVE2DEV.CO M
Transcript
Page 1: Advanced front end debugging with ms edge and ms tools

Advanced Front-End Debugging

withMS EDGE & MS TOOLS

LOVE2DEV.COM

Page 2: Advanced front end debugging with ms edge and ms tools

My BioMicrosoft MVPASP Insider Edge User AgentWeb Developer 25 yearsAuthor & Speaker

@ChrisLoveLove2Dev.com

Page 3: Advanced front end debugging with ms edge and ms tools

Source Codehttp://

GitHub.com/docluv

Slide Deck http://slideshare.net/docluv/presentations

LOVE2DEV.COM

Page 4: Advanced front end debugging with ms edge and ms tools

LOVE2DEV.COM

GOALS

How to use MS Edge F12 toolsNew & Unique Edge FeaturesVorlon

Page 5: Advanced front end debugging with ms edge and ms tools

MS Edge Tools

LOVE2DEV.COM

Page 6: Advanced front end debugging with ms edge and ms tools

DOM Explorer

Page 7: Advanced front end debugging with ms edge and ms tools

DOM Explorer

LOVE2DEV.COM

• Edit HTML• Edit CSS• Inspect Element Event Binding• Inspect Accessibility Tree

Page 8: Advanced front end debugging with ms edge and ms tools

Console

LOVE2DEV.COM

Page 9: Advanced front end debugging with ms edge and ms tools

Console• Error, Warning, Information, More Messages• Change variable values or inject code into a live site with the Console’s command line• Single & Multiline Commands

LOVE2DEV.COM

Page 10: Advanced front end debugging with ms edge and ms tools

Debugging

LOVE2DEV.COM

Page 11: Advanced front end debugging with ms edge and ms tools

Debugging• Breakpoints• Event Debugging• Time Travel Debugging•Watch & Call Stack•Web Workers

LOVE2DEV.COM

Page 12: Advanced front end debugging with ms edge and ms tools

Networking

LOVE2DEV.COM

Page 13: Advanced front end debugging with ms edge and ms tools

Networking• Page Waterfall•Detailed Network Timing Data & Visualization•Header & Body Inspection

LOVE2DEV.COM

Page 14: Advanced front end debugging with ms edge and ms tools

Performance

LOVE2DEV.COM

Page 15: Advanced front end debugging with ms edge and ms tools

Performance•UI Responsiveness• Identify CPU Intensive Code• Identify Frame Rate Issues

• JavaScript Profiling• Identify Code Bottlenecks

LOVE2DEV.COM

Page 16: Advanced front end debugging with ms edge and ms tools

Memory Profiling

LOVE2DEV.COM

Page 17: Advanced front end debugging with ms edge and ms tools

Memory Profiling• Timeline to Identify Memory Pressure Issues• Track Down Memory Leaks

LOVE2DEV.COM

Page 18: Advanced front end debugging with ms edge and ms tools

Emulation

LOVE2DEV.COM

Page 19: Advanced front end debugging with ms edge and ms tools

Emulation• Screen Resolutions•User Agent String•GPS

LOVE2DEV.COM

Page 20: Advanced front end debugging with ms edge and ms tools

LOVE2DEV.COM

Remote Debugging Tool

Page 21: Advanced front end debugging with ms edge and ms tools

Vorlon Features• Easy Setup• Cross Platform•Multi-Device (up to 50)• Extensible

Page 22: Advanced front end debugging with ms edge and ms tools

LOVE2DEV.COM

Resources•@EdgeDevTools• https://blogs.windows.com/msedgedev• https://github.com/MicrosoftEdge

• Vorlon• Slack - https://slackinvorlon.azurewebsites.net/• GitHub - https://github.com/MicrosoftDX/Vorlonjs


Recommended