MVP in Minutes
Quick Start

Debugging

In this section, we will set up the debugging for the application.

We follow the Debugging guide from Next.js. And creates the launch.json file to debug the application. (VSCode)

Set up the debugging

  1. Open the .vscode/launch.json file and add changes witch are needed to your node version.

On this page