CEF Remote Debugging seems to not be working #860
-
Beta Was this translation helpful? Give feedback.
Answered by
kartikynwa
Dec 2, 2025
Replies: 1 comment
-
|
CEF debugging was running at 127.0.0.1:8080 so I couldn't access it remotely. I had to use socat to forward this port to 0.0.0.0:8081. After that I could access it remotely. Not sure if it is a bug or not but closing since my problem is solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kartikynwa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

CEF debugging was running at 127.0.0.1:8080 so I couldn't access it remotely. I had to use socat to forward this port to 0.0.0.0:8081. After that I could access it remotely. Not sure if it is a bug or not but closing since my problem is solved.