Conversation
|
I don't know why but |
|
@ZeroX-DG I change devServer to detail mode. Can you check again? |
|
The webpack problem is somehow gone, but vscode now said that my breakpoint is |
|
@ZeroX-DG When after start Build Boostnote task, You need to run debug config that named BoostNote All. And then you have two debug process running Boostnote main and Boostnote renderer. Now you need to switch process in vscode to debug your code. Like if you want to debug the code running in Boostnote renderer, you need to switch process to this. This is because every Electron app have two process, Main process and Render process. |
|
OK @enyaxu, it works now. I'm not familiar with vscode debug system so thank you for explaining. By the way, can you add the debug instruction to our docs? it's located here: https://github.com/BoostIO/Boostnote/blob/master/docs/debug.md |
|
@ZeroX-DG Ok, I added the debug instruction to debug.md doc. Please review. |
ZeroX-DG
left a comment
There was a problem hiding this comment.
Please fix your docs. Thank you very much
|
@ZeroX-DG Accept your suggestions, Thank you for you suggestions. 👍 |
yarn run watchcommand in terminal.