Topic awaiting preservation: TrimBreakpoint |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: France |
posted 03-26-2005 13:55
TrimBreakpoint, by Steve Yen, is a super lightweight debugging utility for JavaScript, to temporarily stop code execution so that you can inspect browser variables at runtime, including any variable in scope. It's meant for when you're too lazy to pull out your Venkman or Visual Studio and when those alert()'s just aren't doing enough for you. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 03-26-2005 15:14
reads interesting - I'll give this a try after easter. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-26-2005 19:23 |
Maniac (V) Mad Scientist From: New California |
posted 03-27-2005 15:48
Who needs a debugger? Don't most people write code that works fine the first time they run it? |
Bipolar (III) Inmate From: United States |
posted 03-27-2005 17:32
Thanks for posting this. I'll be using it soon. |