Dojo and Firebug

dojo, firebug, javascript

Solution

You need to put it on a web server, per this thread -- probably a local web server that only serves to your own machine, of course, for development purposes.

Problem

I just started a new project with the Dojo toolkit, and no sooner did I drop my dojo.js script tag in than firebug started telling me ``` Could not load 'dojo._firebug.firebug'; last tried './_firebug/firebug.js' ``` I know dojo has a reputation for bad debugging messages, but this is ridiculous.... If anyone has any ideas about this I would appreciate it.

Original source