How to debug js code in browser using Cocos Code IDE?

There is only a Run in Browser feature in Cocos Code IDE 1.0.1.
How to debug js code in browser using Cocos Code IDE?

This should help

What I have given is for debugging project in chrome console.
The line makes no sense

as there isn’t any way to use chrome console and IDE debugging together…

AFAIK, debugging can be done only using debug points in chrome console or if you aren’t confortable with this debugging then simply use CCLog()