[Greasemonkey] Script failing

chris feldmann cfeldmann at gmail.com
Tue Sep 13 23:16:09 EDT 2005


On 9/2/05, Brendan Crosser-McGay <verifex at gmail.com> wrote:
> On 8/31/05, chris feldmann <cfeldmann at gmail.com> wrote:
> >
> > Do you know about the javascript console? (Tools->javascript console).
> > Does it say anything in there when the script doesn't work? Does it
> > say anything when it does?
> >
> 
> I know how to use all the standard Javascript debugging tools such as the
> console and the DOM Explorer. This bug evades me though, since it doesn't
> give any indication of the script failing in the console or anywhere else.
> It simply just doesn't work. :/

I'm sorry; I didn't mean to offend. There was just very little detail
in your email.
Jeremy suggests alet statements; Also useful and less intrusive is the
GM_log() API which I use extensively when making scripts. Unlike
alerts, it's even useful for watching loops unroll.

> 
> Brendan
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>


More information about the Greasemonkey mailing list