Google Chrome javascript debugger: object inspect not working -
Google Chrome javascript debugger: object inspect not working -
i have been using chrome debug node.js code node-inspector while now. however, lately started having issue debugger , don't know why.
when seek inspect object, instead of expanding , show me it's property tries modify value, "object". way found see value type in console "obj.property".
i have problem in console when objects printed.
in image below, can see can expand local , global scope, not of reddish marked variables. also, in console can expand bar, not bar.foo. feels marked format "variablename: type" cannot expanded.
apparently node-inspector out of date (though not showing when typing npm outdated -g)
i updated manually , fixes problem
javascript google-chrome debugging
Comments
Post a Comment