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.

Show HN: Screenlog.js – use console.log without opening the console

25 pointsby chinchangover 9 years ago

5 comments

onion2kover 9 years ago
Nice project. I wrote something very similar little while ago so I could see console messages on mobile devices where proper debugging with ADB or Safari isn&#x27;t an option - <a href="https:&#x2F;&#x2F;github.com&#x2F;onion2k&#x2F;console.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;onion2k&#x2F;console.js</a> - my version hijacks console.[log|info|warn|error] rather than just log.<p>That said though, if you have the option then the bookmarklet version of Firebug Lite is much nicer: <a href="https:&#x2F;&#x2F;getfirebug.com&#x2F;firebuglite" rel="nofollow">https:&#x2F;&#x2F;getfirebug.com&#x2F;firebuglite</a>
kristiandupontover 9 years ago
&gt;Ever faced a situation where you said &quot;Why doesn&#x27;t this bug show up when developer console is open!!&quot;? And since the bug doesn&#x27;t show when you have console open, you cannot do debug logging using console.log.<p>Not since IE8, really. Is this a thing? Still a nice project though.
评论 #10614253 未加载
评论 #10614357 未加载
alxederover 9 years ago
I looks interesting. You should think about also adding distribution via bower, since its an frontend orientated library.
评论 #10614161 未加载
voltagex_over 9 years ago
Should be helpful for debugging the Xbox One Edge browser with Vorlon.js.
sabeurover 9 years ago
Will be using it on my next project.