Show HN: I created a JavaScript debugger for iPhone and Android (lexandera.com) 21 points by nimbix 14y ago ↗ HN
[–] lukifer 14y ago ↗ Site is currently down for me. Here's the screencast I managed to pull from Google cache.http://www.youtube.com/watch?v=eYn2SAJHeJwThis looks very promising overall. Debugging on tablets/mobile is currently tedious at best. [–] nimbix 14y ago ↗ Newer video: http://www.youtube.com/watch?v=aRF1hg6UhQkIt's mostly the same demo, but looks a bit nicer.
[–] nimbix 14y ago ↗ Newer video: http://www.youtube.com/watch?v=aRF1hg6UhQkIt's mostly the same demo, but looks a bit nicer.
[–] antimatter15 14y ago ↗ The site loads without the www. http://lexandera.com/aardwolf/Here's the github repo https://github.com/lexandera/AardwolfIt seems it works by rewriting your JS to call a bunch of debugging functions, and once it hits a breakpoint, it sends out a synchronous XHR to the server. [–] nimbix 14y ago ↗ Thanks. I guess the lesson for today is "don't use cheap hosting".
6 comments
[ 3.0 ms ] story [ 20.3 ms ] threadhttp://www.youtube.com/watch?v=eYn2SAJHeJw
This looks very promising overall. Debugging on tablets/mobile is currently tedious at best.
It's mostly the same demo, but looks a bit nicer.
Here's the github repo https://github.com/lexandera/Aardwolf
It seems it works by rewriting your JS to call a bunch of debugging functions, and once it hits a breakpoint, it sends out a synchronous XHR to the server.