Login Register

Debugging

Dojo and Safari Issue

Hello,
I have an issue with dojo and safari 3.1 on windows. When i set the isDebug to true on djConfig I get "Undefined Value : .../1.1.1/dojo/dojo/_firebug/firebug.xd.js (line 12)" in the debugging error console - when i set debug to false i now get errors in using console.debug. Has anyone had any issues with this - and are there any fixes?

Source code debugging and enabling logging for custom build

We are trying to optimize our dojo code prior to going into production. I have created a custom build and grouped our modules into separate layer files. I am now trying to debug the application with these custom build files as we are seeing problems we didn't see with the files separated.

The following are some of the problems and questions I have for working with “layers” and a custom build. I would appreciate any suggestions from the group.

Logging issue: Can it be disabled?

Hi,

I am working with DoJo quite some time now and I really think that it is great.

However, working some time with DoJo caused me to use console.debug()/console.warn()/... instead of alert() for debugging and logging issues.

I am now wondering if it is possible to deactive the console.debug() output like it can be done with log4j.
It would be also great, if different levels could be (de)activated
(with log4j it is possible to log only error messages... but no debug messaged)

JavaScript Function Call Stack Trace

Hi All,
I am currently usinf FireBug plug in for FireFox and I find it very useful... However, FireBug doesn't seem to be able to provide the Stack Trace. So I eventually get the method causing the problem, but I get no info on which methods were called before the call to this method was made. Thank you in advance :)

Regards,
Yazad Khambata

Syndicate content