How to debug Main thread of Electron Quasar App?
-
I created my simply Electron Quasar App from “Developing Electron Apps” Guide and run command “quasar dev -m electron -d”.
And then I open Crome DevTools for Node and would like debug electron-main.js, but see “eval(”…") strings.
I see in quasar-config.js from quasar-cli sources:
devtool: this.ctx.dev ? ‘#cheap-module-eval-source-map’ : '#source-map’
I think this is source of my troubles.
Help me please solve the problem.