mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
1.2 KiB
1.2 KiB
How to debug Boostnote (Electron app)
This page is also available in Japanese, Russain, and Simplified Chinese
Boostnote is an Electron app so it's based on Chromium; developers can use Developer Tools just like Google Chrome.
You can toggle the Developer Tools like this:

The Developer Tools will look like this:

When errors occur, the error messages are displayed at the console.
Debugging
For example, you can use the debugger to set a breakpoint in the code like this:
This is just an illustrative example, you should find a way to debug which fits your style.
