How to debug electron production binaries

前端 未结 6 1322
一个人的身影
一个人的身影 2021-02-02 11:44

I can\'t open devtools in the built version of my electron app. Therefore i want to find another solution to log any errors that only occur in the production version.

Is

6条回答
  •  执念已碎
    2021-02-02 11:51

    https://github.com/bytedance/debugtron

    Debugtron is an app to debug in-production Electron based app. It is also built with Electron.

提交回复
热议问题