Skip to content

Update debugging.md#276

Merged
sumn2u merged 1 commit intosumn2u:mainfrom
gramos-encora:patch-2
Jun 25, 2025
Merged

Update debugging.md#276
sumn2u merged 1 commit intosumn2u:mainfrom
gramos-encora:patch-2

Conversation

@gramos-encora
Copy link
Copy Markdown
Contributor

Translated according to new version of original english book [ PR #274 ]

Translated according to new version of original english book [ PR sumn2u#274 ]
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 25, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
learn-javascript ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2025 4:15pm

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates and improves the Spanish documentation for debugging practices by refining the language and expanding the content based on the latest translation from the original English version.

  • Revised introductory paragraphs for clarity.
  • Added a new code snippet example (calcularTotal) demonstrating the use of console logging for debugging.
  • Expanded sections on debugging tools and best practices, detailing browser tool panels and step instructions.
Comments suppressed due to low confidence (1)

es/miscellaneous/debugging.md:10

  • [nitpick] For better clarity and consistency in this documentation, consider formatting code keywords such as 'debugger' with inline code formatting (e.g., debugger).
Afortunadamente, la mayoría de los navegadores modernos incluyen depuradores integrados. Estos depuradores pueden activarse y desactivarse para forzar la notificación de errores. También es posible establecer puntos de interrupción durante la ejecución del código, lo que permite detener su ejecución y examinar las variables. Para ello, se debe abrir la ventana de depuración y colocar la palabra clave debugger en el código JavaScript. La ejecución se detendrá en cada punto de interrupción, permitiendo al desarrollador examinar los valores y luego reanudar la ejecución.

Copy link
Copy Markdown
Owner

@sumn2u sumn2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@sumn2u
Copy link
Copy Markdown
Owner

sumn2u commented Jun 25, 2025

Fixes #275

@sumn2u sumn2u merged commit ca902cf into sumn2u:main Jun 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants