TrimBreakpoint 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.