Debugging Grid OS devices
Install docker for your OS
On Windows
install xming https://sourceforge.net/projects/xming/
OSX:
install xquartz https://www.xquartz.org/
set allow connections from network clients and restart xQuartz (important)
from terminal run this command:
xhost +
Assuming that your device has IP address of 192.168.100.200, run this command from terminal:
docker run --rm -it --net=host lexag/epiphany epiphany inspector://192.168.100.200:1234
an browser window should open, showing you the running application
4. press ‘connect’ button to open inspector