../20250214-debug-electron-prod-binaries

Debug electron production binaries

macOS

  1. Open the app in terminal, open /Applications/APP_NAME --args --inspect --remote-debugging-port=8314
  2. Open 127.0.0.1:8314 in Chrome

Windows

  1. Open the app in the cmd.exe or PowerShell, C:\Users\USER_NAME\AppData\Local\APP_NAME\APP.exe --inspect --remote-debugging-port=8314
  2. Open 127.0.0.1:8314 in Chrome

References