Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is remote debugging available in headless mode?

  • Ingen svar
  • 1 har dette problem
  • 3 visninger
more options

I was trying to use Firefox developer (59.0) in headless mode on centos to run a debugging server and connect to it remotely. It didn't give any errors when starting it `firefox --start-debugger-server 8000 --headless` and the output `*** You are running in headless mode.` but when using netstat to see if anything was listening on port 8000 I didn't see anything `netstat -anp | grep 8000` so I assume that it didn't actually start the server. I tried running without giving a port but still I didn't see anything listening on port 6000.

Is debugger only available when running a gui or am I missing something?

Thank you in advance.

I was trying to use Firefox developer (59.0) in headless mode on centos to run a debugging server and connect to it remotely. It didn't give any errors when starting it `firefox --start-debugger-server 8000 --headless` and the output `*** You are running in headless mode.` but when using netstat to see if anything was listening on port 8000 I didn't see anything `netstat -anp | grep 8000` so I assume that it didn't actually start the server. I tried running without giving a port but still I didn't see anything listening on port 6000. Is debugger only available when running a gui or am I missing something? Thank you in advance.