Skip to main content
Version: 4.0.0

Debug

Thanks to the support of the editor, we can quickly debug the application locally.

VSCode

JavaScript Debug Terminal

Create a JavaScript Debug Terminal in VSCode.

image.png

Run a command (such as npm start) on the command line to automatically enable debugging mode.

Debug Scripts

Open the package.json and view the debug button above the scripts.

Select the start command to start the debugging mode.

image.png

Jetbrains (WebStorm/IDEA...)

Open the package.json, select the scripts you want to execute, and click the debug button to start local debugging.

image.png