Artificial intelligence is finding more and more applications – not always successful, but in the case of a new idea from Google, it looks quite promising. The recently introduced Gemini AI feature in Chrome developer tools can significantly simplify debugging pages . Developers can now identify and solve problems faster thanks to AI. In this article, you will learn how to enable this feature and what benefits it brings.
Google has introduced a feature called “ Understand console messages with AI ” in Chrome Developer Tools to help developers troubleshoot code issues faster and easier. Gemini AI analyzes errors and warnings that appear in the console and then translates them into simpler, more understandable language . This allows developers to identify the causes of problems faster and find appropriate solutions. This tool can save many hours spent on manual debugging, improving work efficiency.
Google's documentation says the feature is available in Chrome 125 and up. That's not true - at least not to a certain extent. I only saw the feature after updating to Chrome 128. It also doesn't mention the need to sync your account.
Let's start from the very beginning.
As I mentioned earlier, you need at least Google Chrome version 128 to run the browser. To check what version you have and update your browser right away:
Launch DevTools – by clicking F12 on your keyboard, or by right-clicking > Explore . In Devtools, click the gear icon to go to Settings . If DevTools is communicating with you in English – keep it that way. If it is in another language – switch to English. In the Preferences section, under Appearance, set the language to English (US) – English (US) .
Still in Preferences, scroll all the way down. There you will find the Sync section. If you are not logged in there, log in and enable the Enable setting sync option.
If you did everything correctly, then while still in the Preferences section, scroll down to Console. There you should find the option " Understand console messages with AI ". If it is enabled, you are ready.
Congratulations! You now have AI right in DevTools!
The potential for expanding Gemini AI in DevTools is huge. It could add features to predict problems in code based on patterns of known bugs , even before they appear. Another direction could be personalizing suggestions for developers , based on their coding history or preferences. The ability to interactively debug in real time with step-by-step explanations or automatically create more detailed bug reports would also increase work efficiency. The AI could also learn from the developer's projects and suggest code optimizations.
I keep my fingers crossed that the great Chrome alternative – Brave will also implement a similar solution. For now, Chatbot from Brave – Leo is far behind the competition.