unjs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.unjs.io
MIT License
5.96k stars 496 forks source link

Update documentation with "how to debug" #2142

Open Harm-Nullix opened 7 months ago

Harm-Nullix commented 7 months ago

Describe the feature

Nuxt now has a page called "Debugging" (https://nuxt.com/docs/guide/going-further/debugging#example-jetbrains-ides-debug-configuration)

It would be nice to add a support page for nitro.

Both https://github.com/unjs/nitro/discussions/2141 and https://github.com/unjs/nitro/discussions/2057 already mention how to do this for vscode and jetbrains.

I would be able to add an initial page if helped in what to add to the page and where to put it.

Additional information

Harm-Nullix commented 7 months ago

Maybe at https://github.com/unjs/nitro/tree/main/docs/content/1.guide add a page of debugging.md ?