docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

Put in the support documentation for major editors such as debugging.

Open thiagosantoscunha opened this issue 6 years ago • 13 comments

General Info

It is extremely important to know how to debug the application under development. There are still few materials with reference to NestJs, and so far, version 5 is giving me a great job to debug it in VSCode.

The idea is to put support of the IDEs and main editors in the official documentation, to facilitate the use of the tool. Particularly in "How to debug a NestJS application in VSCode?". Here in Brazil, many use VSCode and Webstorm. And because of the great complicity in setting up the application environment, many end up ignoring NestJS in corporations.

This will ease a bridge and even improve the marketing of NestJS, which although incredible, is still very lacking in the community.

I'm submitting a...


[ ] Regression 
[ ] Bug report
[ x ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Frequent errors when trying to debug a NestJS environment inside a VSCode workspace

Expected behavior

Integrate a tutorial in the official Documentation, both for VSCode, as for the other IDEs and Editors an environment configuration for debugging.

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Improve the experience with the developer and the companies in general.

Environment


Nest version: 5.4.0

 
For Tooling issues:
- Node version: 10.13.0
- Platform:  Windows 

Others:

thiagosantoscunha avatar Dec 17 '18 14:12 thiagosantoscunha