This post originated from an RSS feed registered with Web Buzz
by Chris Eidhof.
Original Post: Javascript Debugger
Feed Title: buzzdriver
Feed URL: http://www.my-website.nl/weblog/feed/
Feed Description: This is a technical weblog about web development, and mainly focussed on markup, css, javascript, semantic web, but also other things like linux, open source and general tech-related subjects.
I’ve written a small Javascript-debugger which you can include on your page. If you do so, a small window pops up and you can type in any javascript-variable, and the debugger will show you its contents. It’s pretty handy, although it’s not yet really sophisticated. The code isn’t very clean too, but it works. At [...]