크롬 키오스크 모드에서 디버깅하기
2023. 2. 28. 02:25ㆍ서버 프로그래밍
If you run Chrome with the --remote-debugging-port=9222 option it will provide access to DevTools at http://localhost:9222/. If you need to access it from a different computer you can forward the port with ssh.
Source: http://blog.chromium.org/2011/05/remote-debugging-with-chrome-developer.html
https://stackoverflow.com/questions/27175908/how-can-i-debug-a-running-kiosk-mode-chrome-application