GithubHelp home page GithubHelp logo

clientcide-dbug's People

Contributors

anutron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

clientcide-dbug's Issues

Wrapping dbug gives errors in IE

Hello,

I'm wrapping dbug in a Log static Mootools class. The reason for this is that in some cases the logs should go to the backend as well as the console, for a complex intranet application.

Each method of dbug (and firebug console) is duplicated and "forwarded" like this to allow N arguments:

Log.info = function() {
dbug.info.apply(this, arguments);
}

It works fine in FireFox, but in IE9 it gives the ever annoying "Object doesn't support property or method 'apply'".
Just to make sure I looked up the specs for apply in IE, and it should be supported in near all versions.

While I know that IE doesn't support all the functionality of FireBug, at least it works with normal logging for simple debugging.

Any idea what's going on?

Cheers,
Tarraq

opera support for dbug

hi Anutron,
It would be nice if your clientcide dbug would automatically work in Opera as well, at least the dbug.log function which could use the opera.postError function when Opera is the browser in which one would want to test some stuff. (I alwyas use dbug.log but need to write custom tests whenever I want something in the opera console)
my appreciation for all your work ! (big fan)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.