Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Eruda – JavaScript Console

Eruda is a JavaScript debugging console for mobile browsers. It provides a console, element inspector, network log, and other developer tools directly on mobile web pages.

Background

Eruda is a client-side JavaScript debugging tool designed for mobile browsers. It overlays a developer console (like Chrome DevTools) directly on a webpage, allowing developers to inspect HTML, view console logs, monitor network requests, and run JavaScript commands on smartphones or tablets where traditional browser DevTools are not easily accessible. It is a popular open-source project (by Liriliri) used for debugging web apps on real mobile devices, especially useful in China's mobile-first web ecosystem where tools like vConsole serve a similar role. The "Docs" page at eruda.liriliri.io is the official documentation for its API and configuration options.

Related stories