Last active
July 31, 2023 13:54
-
-
Save barisbll/b0a8f5b60aaf68b028a1fd9f7d498c56 to your computer and use it in GitHub Desktop.
Best way to debug typescript express apps in vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After creating your app just going to terminal | |
Clicking next to the plus button and opening javascript debug terminal | |
Then simply calling your app's running script, for me npm run start:dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment