Setting --remote-debugger-port=9001 in --config=here.json?

21 views
Skip to first unread message

@GotNoSugarBaby

unread,
Dec 3, 2013, 8:09:44 AM12/3/13
to phan...@googlegroups.com
Hi all,
Could anyone tell me what I'm doing wrong here please?

The remote debugger works when I run:

phantomjs --config=phantom.json --remote-debugger-port=9001 some-file.js

but not when I run:

phantomjs --config=phantom.json some-file.js

My phantom.json file looks like this;

{
 
"diskCache": true,
 
"ignoreSslErrors": true,
 
"loadImages": false,
 
"maxDiskCacheSize": 1000,
 
"remoteDebuggerPort": 9001,
 
"remoteDebuggerAutorun": true,
 
"outputEncoding": "utf8"
}

Thank you.
Reply all
Reply to author
Forward
0 new messages