I\'m trying to set up remote debugging with PhantomJS, without much luck. I am following the instructions at https://github.com/ariya/phantomjs/wiki/Troubleshooting. I have a li
The documentation says :
To run your script, simply enter the __run() command in the Web Inspector Console.
__run()
is not a no-op but just a wrapper to your script. You need to select Console tab first and then enter __run()
in the command window. If you are familiar with Chrome, it's fairly the same as for developpers tool.