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.

WebKit Remote Debugging

85 pointsby justinweissabout 14 years ago

9 comments

scotthabout 14 years ago
An interesting side benefit this opens up the possibility of debugging languages that compile down to JavaScript, such as Coffeescript or Objective-J.<p>Just attach an editor or a terminal via a websocket, provide a mapping layer between the high-level (Coffee) and low-level (JS) source (line numbers, variables and such), and you're in business.
tambourine_manabout 14 years ago
I'd be willing to pay good money if someone managed to hook this up with Vim. Making changes on Webkit and copy/pasting back is a pain.<p>I understand it's not trivial, as a lot of html/css and even javascript may be conditionally echoed to the browser by some php, python, etc, so a quick dirty search/replace plugin hack won't do.<p>But still, if someone took it for himself the job of doing so, we'd finally have a decent web developing workflow for a change.
评论 #2530780 未加载
msyabout 14 years ago
Awesome! Weinre <a href="http://pmuellr.github.com/weinre/" rel="nofollow">http://pmuellr.github.com/weinre/</a> provides similar but more limited functionality and has saved me in so many mobile-specific WTFs I've lost track.
评论 #2529950 未加载
apinsteinabout 14 years ago
Has anyone built a WebKit for iOS? I routinely use the Mac Webkit for desktop debugging but a quick google search reveals no such beast for iOS.<p>Does anyone have any idea if it is or can be done? Remote debugging on iOS would be <i>outstanding</i>.
noiblabout 14 years ago
Nice to see a member of the Chromium team posting on the WebKit blog. Time to change the name from "Surfin' Safari" to "Webloggin' WebKit"? :)
daleharveyabout 14 years ago
This is enabled in the blackberry playbook by default, which is a really really compelling reason for me to get one.<p>I have wondered 1. why it isnt enabled in android webkit by default, 2. how hard it would be to enable given the source, 3. if any android devices are coming out with it enabled.<p>but I havent had enough time to do anything more than wonder, weinre is doing an awesome job in the meantime
milkshakesabout 14 years ago
this in mobilesafari would be a godsend
评论 #2529510 未加载
评论 #2530563 未加载
estabout 14 years ago
So they can have a minimal HTTP server builtin with Webkit, can I access that some Javascript API?
jonursenbachabout 14 years ago
Will be interesting to see what security ramifications this has.