Hopefully, the only debugging that you have had to do, so far, while exploring this book, has been to fix a simple typo. But, there will come a time as you begin to develop your Electron application that you will need to debug your code in a more complex fashion. In this chapter, we will look at some of the tools and techniques available to you.
Chromium’s Dev Tools
You should already be familiar with the primary tool that you can use to debug your Renderer process, the built-in Dev Tools ...