Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 563 Bytes

DEBUGGING.md

File metadata and controls

executable file
·
13 lines (7 loc) · 563 Bytes

Debugging

Using Visual Studio Code

The most simplest way is to debug using the Debug Mark Text configuration. You can set breakpoints and use the debugger statement.

Prerequisites:

Using Chrome Developer Tools

You can use the built-in developer tools via View -> Toggle Developer Tools in debug mode or connect via chrome://inspect using port 5861 for the main process and 8315 for the renderer process (yarn run dev).