javascript - Firebug - cant see console.log output when run from .js file -


i using mozilla developers edition embed firebug. when use console.log() function inside source javascript file, cant see output in firebug console. when type function directly console prompt, ok.

why that?

disable firebug , see if console prompt appear in build-in developer tool. if yes, reinstall firebug.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -