Hi everyone.
First of all, while I'm a dev, I have no knowledge about electron, js, nor react.
I'm trying to make a modification to an existing app. This is a electron/react app. I'm using vscode.
How did I set it up :
nvm install some_node_versionnvm onnpm install
How do I run it:
npm start
The app is running fine, but I can't find how to put breackpoint in the backend. When I modify the backend, npm seems to recompile the exe, but I cannot find the output exe for the life of me. I undertand that a should hand the resulting exe to a cpp debugger, which I know how to do.
Could someone hold my hand with this please ?