TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: RemoteJS – Remote Browser Debugging

59 点作者 toddgardner将近 6 年前

1 comment

toddgardner将近 6 年前
The most frustrating bug I ever fought only showed up on a remote device. I was working on an AngularJS component, and for some irritatingly-unknown reason, it would not render on a Samsung Android device. One specific device. It just happened to belong to someone really important.<p>Debugging remote devices sucks because you don’t have access to your tools. You can’t just open the inspector and dive in–you have to build and deploy custom debugging code. Then do it again with what you missed. And again.<p>We built RemoteJS to help with this--to help connect easily with troublesome remote browsers with the tooling you&#x27;ll need to understand what&#x27;s different there and debug it.<p>The service is based around the TrackJS agent, with some extensions in place to grab screenshots and execute commands. It establishes a websocket connection to a simplified debugger application, built in React.<p>Nothing is stored as part of the service, so it&#x27;s all very inexpensive to run. A few folks might have put us on production sites today, which was a fun load test :)<p>Thanks for checking it out!
评论 #20300198 未加载