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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -