Live data from Hacker News

Adobe launches Shadow, a new toolkit for mobile developers

venturebeat.com

1–10 of 18 posts

Re: Adobe launches Shadow, a new toolkit for mobile developers

#2
I gave it a quick spin[1] but was a little disappointed that it needed to manually be reconnected to the remote inspector on every page change. It's also completely missing the Network stuff. That said, debugging CSS with this works great.

Interesting side note: it's apparently using weinre[2] as the remote inspector.

[1] Download from here: http://labs.adobe.com/downloads/shadow.html

[2] http://phonegap.github.com/weinre/

Edit: as I understand, the limitations come from weinre because it's JavaScript based on the client side.

Re: Adobe launches Shadow, a new toolkit for mobile developers

#5
I've given it a quick go & am very impressed, relatively smooth experience for a just-launched product, remote inspection, manipulation & js console is great

... tied up with selenium or similar to drive more complex interactions on my desktop browser & have them mirrored by pushing javascript to my phone, could make this a very powerful change.

edit: misread istvanp

Re: Adobe launches Shadow, a new toolkit for mobile developers

#6

What always amazes me is that companies like Adobe launch a new product, but don't bother registering the domain - adobeshadow.com (DOH!!) - guess because it's a free product?

Maybe because in this way they have something to occupy the time of their legal department (suing you, of course :D)

Re: Adobe launches Shadow, a new toolkit for mobile developers

#10
post #5

I've given it a quick go & am very impressed, relatively smooth experience for a just-launched product, remote inspection, manipulation & js console is great ... tied up with selenium or similar to drive more complex interactions on my desktop browser & have them mirrored by pushing javascript to my phone, could make this a very powerful change. edit: misread istvanp

I'm not near a computer I can test this on, does it allow you to remotely debug javascript? Does it allow you to do so in multiple browsers (For example on Android you have Android Browser, Chrome, Firefox, and Opera as different rendering engines)?
Post reply on HN