NodeJS Debugging Error: No such module: http_parser
What version of node.js and vs code are you debugging?
Some Solutions:
1.Try to rename the project folder
2.Disable extensions and see which extension is influencing the debugging
3.You could also disable the check boxes
All Exceptions and Uncaught Exceptions under Debug > Breakpoints, can debug your application check if it works
Go to the debugger tab, go the Breakpoints section, and disable "All Exceptions" and "Uncaught Exceptions"