UI Deploy

Curated, Short, Web UI Dev we Love.

Tracing.js - Javascript function tracing

Tracing.js is a library/utility to help you debug and trace javascript code.

Have you ever had the need to know when a function is called? Check its parameters or the return value? Of course you have, is part of regular development. This is very easy to accomplish with your code you just write some debugging output into them, or set up a breakpoint so the debugger will fire up when the code is called.

view source

Advertisement