On 11 April 2013 01:32, Denys Digtiar <due...@gmail.com> wrote: > What are other options except writing a bunch of print statements all over > the code?
To get a JS backtrace: log(new Error().stack); or just use the current error object if inside a catch block. Not a debugger but helps quite a bit IME. Rui _______________________________________________ javascript-list mailing list javascript-list@gnome.org https://mail.gnome.org/mailman/listinfo/javascript-list