File contents Browser Debugging
Table of Contents
Overview
Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues.
When to Use
JavaScript errors
Layout/styling issues
Performance problems
User interaction issues
Network request failures
Animation glitches
Quick Start
Minimal working example:
Chrome DevTools Tabs:
Elements/Inspector:
- Inspect HTML structure
- Edit HTML/CSS in real-time
- View computed styles
- Check accessibility tree
- Modify DOM
Console:
- View JavaScript errors
- Execute JavaScript
- View console logs
- Monitor messages
- Clear errors
Sources/Debugger:
- Set breakpoints
- Step through code
- Watch variables
- Call stack view
- Conditional breakpoints
Network:
- View all requests
// ... (see reference guides for full implementation)
Reference Guides
Detailed implementations in the references/ directory:
Guide
Contents
Browser DevTools Fundamentals
Browser DevTools Fundamentals
Debugging Techniques
Debugging Techniques
Common Issues & Solutions
Common Issues & Solutions
Performance Debugging
Performance Debugging
Best Practices
✅ DO
Follow established patterns and conventions
Write clean, maintainable code
Add appropriate documentation
Test thoroughly before deploying
❌ DON'T
Skip testing or validation
Ignore error handling
Hard-code configuration values
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: aj-geddes-useful-ai-prompts-browser-debugging 3 description: Browser Debugging 4 --- 5 6 # Browser Debugging 7 8 ## Table of Contents 9 10 - [Overview](#overview) 11 - [When to Use](#when-to-use) 12 - [Quick Start](#quick-start) 13 - [Reference Guides](#reference-guides) 14 - [Best Practices](#best-practices) 15 16 ## Overview 17 18 Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues. 19 20 ## When to Use 21 22 - JavaScript errors 23 - Layout/styling issues 24 - Performance problems 25 - User interaction issues 26 - Network request failures 27 - Animation glitches 28 29 ## Quick Start 30 31 Minimal working example: 32 33 ```yaml 34 Chrome DevTools Tabs: 35 36 Elements/Inspector: 37 - Inspect HTML structure 38 - Edit HTML/CSS in real-time 39 - View computed styles 40 - Check accessibility tree 41 - Modify DOM 42 43 Console: 44 - View JavaScript errors 45 - Execute JavaScript 46 - View console logs 47 - Monitor messages 48 - Clear errors 49 50 Sources/Debugger: 51 - Set breakpoints 52 - Step through code 53 - Watch variables 54 - Call stack view 55 - Conditional breakpoints 56 57 Network: 58 - View all requests 59 // ... (see reference guides for full implementation) 60 ``` 61 62 ## Reference Guides 63 64 Detailed implementations in the `references/` directory: 65 66 | Guide | Contents | 67 |---|---| 68 | [Browser DevTools Fundamentals](references/browser-devtools-fundamentals.md) | Browser DevTools Fundamentals | 69 | [Debugging Techniques](references/debugging-techniques.md) | Debugging Techniques | 70 | [Common Issues & Solutions](references/common-issues-solutions.md) | Common Issues & Solutions | 71 | [Performance Debugging](references/performance-debugging.md) | Performance Debugging | 72 73 ## Best Practices 74 75 ### ✅ DO 76 77 - Follow established patterns and conventions 78 - Write clean, maintainable code 79 - Add appropriate documentation 80 - Test thoroughly before deploying 81 82 ### ❌ DON'T 83 84 - Skip testing or validation 85 - Ignore error handling 86 - Hard-code configuration values 87 88 --- 89 > Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions. 90 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/aj-geddes--useful-ai-prompts--browser-debugging commit 086f30c703
Frequently asked questions How do I install the Aj Geddes Useful AI Prompts Browser Debugging skill? Run npx skillmds@latest add tomevault-io/aj-geddes-useful-ai-prompts-browser-debugging in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Aj Geddes Useful AI Prompts Browser Debugging skill do? Browser Debugging It is listed under Coding & Dev Tools on SkillMD.
Is Aj Geddes Useful AI Prompts Browser Debugging safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Aj Geddes Useful AI Prompts Browser Debugging? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Aj Geddes Useful AI Prompts Browser Debugging free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Aj Geddes Useful AI Prompts Browser Debugging? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.