async-labs / saas

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
https://saas-app.async-await.com
MIT License
4.06k stars 674 forks source link

Instructions in the book for launching a debugger and attaching the projects (APP / API) is missing #174

Closed satishkn closed 2 years ago

satishkn commented 2 years ago

Hi,

The instructions are well written.

However, I am using Visual studio code. During the development stepping through the code in a debugger is definitely helpful.

I couldn't find instructions in the book to run the API server in debugger. More importantly instructions to run and launch a debugger for the API project.

Would appreciate if you can do the needful. Thanks

tima101 commented 2 years ago

@satishkn Thanks for comment. We don't have any instructions on how to use VS code editor's debugger in our books. Maybe in the future but no plans for now. However you can find a lot of material online on how to use debugger.

satishkn commented 2 years ago

In the book you have explained certain concepts, approach, configuration/setup and patterns quite well - even when those could be googled and I really liked it as it saves me a lot of time. I think even if you provide basic configurations (not how to use the debugger and such) in the way the book/code is setup it would help.

Thx for looking into the issue though.