I don't understand how to DEBUG the project with TYPESCRIPT

I can’t stop with brakepoint and get the value of the point I stopped I work with doker I would appreciate the help thank you very much

Hi @misterjake1411. Due to limitations in the JavaScript VM package it is not currently possible to debug TypeScript server runtime code with breakpoints.

To help alleviate the inconveniences this causes we have wrote a guide on testing TypeScript server runtime code which you may find useful. Heroic Labs Documentation | Testing TypeScript Server Runtime Code with Jest

Alternatively, you may wish to consider writing your server logic in Go instead. We have a guide on debugging server runtime Go code here Heroic Labs Documentation | Debugging with Delve.