Send console commands while in a breakpoint
Hello. When debugging javascript for node.js (or normal web pages) and I hit a breakpoint, is there a way to send script commands, like I can do in Chrome? Right now whatever I type in the console doesn't seem to do anything.
Please sign in to leave a comment.
You can use Watch panel.
Vote for http://youtrack.jetbrains.com/issue/WEB-1171