marktext/docs/DEBUGGING.md
Felix Häusler 4dada5b84d
Drop support for portable Windows binary (#1065)
* Dropped support for portable Windows binary

* Update documentation
2019-06-05 21:39:23 +02:00

562 B
Executable File

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 (npm run dev).