Функция console.debug()
может быть вызвана в консоли браузера.
Однако есть одна ошибка, когда console.debug()
вызывается в Nodejs.
TypeError: Object #<Console> has no method 'debug'
at Object.<anonymous> (c:\share\node\receive.js:20:9)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:929:3
Почему? Есть ли способ заменить console.debug
на Nodejs?