TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome DevTools now uses Gemini to help with JavaScript Errors in the console

97 pointsby ssahooabout 1 year ago

22 comments

adamredwoodsabout 1 year ago
Way back, Microsoft added a feature to Microsoft Office tool suite to interrupt your work with a &quot;helpful&quot; paperclip.<p>Unrequested AI features remind me of that paperclip.
评论 #40398335 未加载
评论 #40403471 未加载
评论 #40395536 未加载
ssahooabout 1 year ago
What&#x27;s funny is Prompt injection warning at the bottom.<p>&quot;Many of LLM applications are susceptible to a form of abuse known as prompt injection. This feature is no different. It is possible to trick the LLM into accepting instructions that are not intended by the developers.&quot;
评论 #40398105 未加载
评论 #40395188 未加载
评论 #40394383 未加载
mebazaaabout 1 year ago
Is this a first for Chrome DevTools to have features that require a Google account?
评论 #40394105 未加载
评论 #40394093 未加载
darkvertexabout 1 year ago
Edge did it first: <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;microsoft-edge&#x2F;devtools-guide-chromium&#x2F;console&#x2F;copilot-explain-console" rel="nofollow">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;microsoft-edge&#x2F;devtools-gu...</a>
评论 #40395201 未加载
a2128about 1 year ago
&gt; To use this feature, make sure that you:<p>&gt; Are located in one of the supported regions and are at least 18 years old.<p>I wonder how much of the 18+ part is due to their models producing unsafe outputs (which seems unlikely considering how often they refuse to be useful), or if they&#x27;re actually using it as a subtle form of anti-bot protection (I had one of my accounts suddenly marked as &quot;potentially under 18&quot; and I have to submit my passport to verify)
ivanjermakovabout 1 year ago
Unwanted AI content - slop.
sidcoolabout 1 year ago
This is like Google force fiting G+ everywhere in there ecosystems.
评论 #40399351 未加载
kyriakos12 months ago
It&#x27;s sad that I need to live in a supported region for a feature in dev tools
ozzcer12 months ago
Not a great start in there example gives a suggestion that would almost definitely lead to more problems. Setting no-cors prevents access to response, which while useful in certain circumstances (when you just want a 200), most of the time this is going to cause more issues for a Dev who doesn&#x27;t know that. Again great potential but a lack of true understanding of context holds these services back still.
hwbunnyabout 1 year ago
Will it untangle heavily obfuscated code?
评论 #40395134 未加载
hehdhdjehehegwvabout 1 year ago
“Anti-features nobody asked for for $100 Alex.”<p>“This Google product added an AI feature in 2024.”<p>“What is Chrome?”<p>“Correct! We would have also accepted ‘anything people actually valued, cared about, or used’.”<p>“Ways to get promo while ruining user trust for $500…”
justinclift12 months ago
Does this mean it&#x27;s another source of sending potentially confidential internal info to an external place?
Osmoseabout 1 year ago
Maybe it&#x27;s just me but if I felt like my application&#x27;s error messages weren&#x27;t easy enough to understand I&#x27;d try to improve the messages instead of throwing all the context at an AI and hoping for the best.
评论 #40394799 未加载
评论 #40394700 未加载
评论 #40394629 未加载
评论 #40394818 未加载
jraphabout 1 year ago
&gt; To use this feature, make sure that you:<p>&gt; Are located in one of the supported regions and are at least 18 years old.<p>Seriously. For to get an explanation of a freaking JS error message.<p>Now for a debug session you need a Google account, to agree with a legal notice, a privacy notice and be at least 18 years old and boil I don&#x27;t know how many liters of water for generating a text that could be static in some documentation center &#x2F; KB.<p>I love some self deprecation humor Google, too bad it is a little late for April Fools.
评论 #40395886 未加载
评论 #40394830 未加载
sublinearabout 1 year ago
Why does this exist?<p>The example AI-generated explanation shown doesn&#x27;t seem any more helpful than the original error. It just states the same information in a long-winded manner.<p>Errors and warnings are already deterministic and unambiguous. Why introduce the opportunity to confuse people or just be plain wrong?
评论 #40396134 未加载
评论 #40394590 未加载
评论 #40394820 未加载
评论 #40394716 未加载
beeboobaa3about 1 year ago
I can&#x27;t wait for end users to submit bug reports containing Geminis interpretation instead of the actual error message.
评论 #40395859 未加载
评论 #40394626 未加载
评论 #40394282 未加载
akira2501about 1 year ago
I recently found the cursor in dark mode to be impossible to see, the autocompletion to be maddening, and the constant change of tab key behavior all to be so frustrating that I ended up instrumenting my own overlay debugging system into a recent single page app using xterm.js.<p>I&#x27;m just really tired of all these hyper opinionated bad corporate tools.<p>So now after three separate click through agreements you can have Gemini tell you what any google search of the error message itself could have. Notably, because Gemini knows nothing about your server, it can&#x27;t tell you how to _actually_ fix the problem, just describe it in _slightly_ more detail.<p>Perhaps they chose the worst possible example, but to jump through all those hoops to end at that very underwhelming response which fails to truly explain the consequences of no-cors does have me giggling.
评论 #40394280 未加载
bhhaskinabout 1 year ago
I have always worried that Chrome was gulping as much data from users as possible and sending it back to Google. This reinforces that feeling.
评论 #40394833 未加载
olliejabout 1 year ago
So now Google wants to have access to content developers are working on before it’s even public is what I’m hearing?
评论 #40394843 未加载
wiseowiseabout 1 year ago
Another reason to ditch Chr*me.
评论 #40418854 未加载
评论 #40394840 未加载
beeboobaa3about 1 year ago
So does this also consider the JavaScript the browser loaded or is this just a dumb LLM &quot;explain this error message: &quot; prompt? If the latter... Who needs this?
评论 #40394249 未加载
daft_pinkabout 1 year ago
Seems like a positive thing generally as it will likely to tell you the common issue behind your console error.