Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 620 Bytes

File metadata and controls

39 lines (27 loc) · 620 Bytes

Debugging

Common errors and how to fix them.

By Language

Node.js and browser errors.

Python-specific errors.

Version control issues.

Node.js and npm errors.

Universal debugging strategies.

Quick Reference

Common Issues:

  • Module not found
  • Permission denied
  • Port already in use
  • Merge conflicts

Debugging Strategies:

  • Read the error message
  • Check the stack trace
  • Use console/print debugging
  • Use a debugger
  • Search the error online

← Back to Main