Devtools Glossary

Browse 2 devtools terms defined in plain English, from the cultural dictionary of computing.

2 Devtools Terms

Inspector
A development tool for examining and modifying the structure, styles, and behavior of a running application in real time. Browser DevTools' Element Inspector...
Time Travel Debugging
A debugging technique that records every state change during program execution, allowing the developer to step backward and forward through time to inspect the...

Related Topics