Home | History | Annotate | Download | only in docs

Lines Matching full:javascript

40       Use the Javascript console in DevTools to debug your Javascript code and log diagnostics, or you can also just use it as a shell to try out Javascript commands and interact with pages.
68 <h2>Javascript Memory Profiling</h2>
72 <p><a href="/devtools/docs/javascript-memory-profiling.md">Learn more</a></p>
88 <h2>Javascript CPU Profiler</h2>
90 Find out how much CPU is being spent on your various Javascript functions with the Javascript CPU Profiler.
98 <h2>Javascript Debugging</h2>
100 Need to debug your Javascript? DevTools has a suite of tools to let you step through code, set breakpoints, handle exceptions, and so on.
102 <p><a href="/devtools/docs/javascript-debugging.html">Learn more</a></p>
103 <img src="{{static}}/images/devtools-pillar/jsdebugger-pillar.png" alt="Javascript Debugging">
110 Do you find that DevTools saves you some time and you wonder how to save more? This page guides you through some ways to make your workflow more efficient, both in editing files and styles but also with your Javascript and how you use the DevTools in general.
128 Javascript functions you can call within the console or within your programs to log various results to the console.
173 Although we encourage you to use the new Screencast for debugging your Android devices, we do have Javascript runtime bindings for allowing DevTools to interact with mobile Chrome devices.