Skip to main content
GNDGN
Inspiring
November 19, 2019
質問

CEP Remote Debugging over Local Network

  • November 19, 2019
  • 返信数 2.
  • 609 ビュー

Debugging a CEP panel over http://localhost:8088/ works great. Is it possible to debug a panel on a remote machine in the same network, like http://192.168.100.59:8088/ for example?

このトピックへの返信は締め切られました。

返信数 2

Participant
April 14, 2020

Yes, you can. By forwarding the request from the external interface ip to localhost like described here:

https://stackoverflow.com/questions/6827310/chrome-remote-debugging-doesnt-work-with-ip?noredirect=1&lq=1

I've tested this with Windows once or twice.

Peter

 

 

Ten A
Community Expert
Community Expert
November 28, 2019

Short answer, No.