Can’t get Chrome devtools frontend to display message in the console panel through Chrome Devtools Protocol
I cloned the Chrome devtools frontend source code and ran npx http-server .
. Then I visited http://127.0.0.1:8080/front_end/devtools_app.html?ws=localhost:8899
, which connects to my backend WebSocket server (localhost:8899
). The server listens for messages from the frontend and responds using the Chrome DevTools Protocol. However, the console panel displays nothing. How can I activate the console so it displays messages?