6. The Road Ahead
Tools for IE11 on Win10+ are frozen Full steam ahead for Microsoft Edge
7. Browser Tools – A lot in common
DOM Inspection
Style Tracing
Computed Properties
Layout View
Color Picker
Debugger
Breakpoints
Watches
Console
Console API
CPU profiling
Style profiling
Network tracing
Heap snapshots
Snapshot diffing
Auto completion
Inspect element
Pretty printing
So, so many tools in the tool box
*Not to scale or remotely mathematically sound!
The 80%
Case
8. Browser Tools – A little unique
TracePoints
Statement level JS
Just my code
Find references
Set next statement
Track changes
TypeScript colouring
3D view
Web audio editor
Animation
Shader editor
Reflow event logging
Responsive design mode
Lots of extensions
Network throttling
Device emulation
Pseudo elements
Edit and continue
Paint correlation
CSS animation
Animation scrubbing
More…
More…
More…
64. Debug for IE mobile on Windows Phone using
Desktop's IE developer tools
• 344 votes
• MacOS / iOS の Safari みたいに Windows Phone の IE mobile のデ
バッグができるようにして欲しい。
>>> VS できるよ。
• http://blogs.msdn.com/b/visualstudioalm/archive/2014/04/04/diagn
osing-mobile-website-issues-on-windows-phone-8-1-with-visual-
studio.aspx
65. Show syntax errors in debugger
• 117 votes
• JavaScript ファイルにシンタックス エラーがあったとき、赤の
波線でエラーを表示して欲しい。
>>> Backlog に登録しました。
• そのうち実装します。
67. developer tools - bring back css tab and put it into
Sources tab like Chrome does
• 74 votes
• Google のそれのように CSS や JS ファイルが開ける Source タブ
が欲しい。
>>> 実装中
• デバッガー ツールにファイル ピッカーを追加して CSS ファイル
を開けるようにします。
70. Make the Escape key open the console when using
the F12 tools
• 26 votes
• Ctrl + ` でコンソール表示ってわかりにくい。Chrome とか Firefox
みたいに Esc キーで表示してよ。
>>> 作業中
• ガッテン
72. F12 Support for web browser and web view
controls
• 12 votes
• Web View (ストア アプリ) や Web Browser (.NET) アプリケーショ
ンをデバッグできるツールがない。JavaScript のメモリリークや
Hang、Crash のデバッグが可能になる機能が欲しい。
>>> 作業中
• Windows 10 の 1月プレビューで、組み込み Web コントロールに
アタッチできる F12Chooser.exe の早期リリースが含まれていま
す。
75. Resources
• What’s New in F12 for "Project Spartan“
• http://channel9.msdn.com/Events/Build/2015/3-638
• What’s new in the F12 Developer Tools
• http://channel9.msdn.com/Events/WebPlatformSummit/2015/Whats-new-
in-the-F12-Developer-Tools
• Time-Travel Debugging for JavaScript/HTML Applications
• https://channel9.msdn.com/blogs/Marron/Time-Travel-Debugging-for-
JavaScriptHTML
• Internet Explorer F12 Developer Tools - Part 1
• http://channel9.msdn.com/Shows/Defrag-Tools/Defrag-Tools-126-Internet-
Explorer-F12-Developer-Tools-Part-1