VS Code Debugging

Hello there!!!

I’m working thru this chapter’s code and wanted to use VS Code Debugging to walk thru the code, but I have not been successful. I’ve added a Link to jsconfig.json resource in the app directory, but not luck. Any suggestion how I would get this working?

Thanks!
Rio :slight_smile:

Hi @riowaller! I’m afraid I haven’t taken VSC’s integrated debugger for a spin, being partial to plain ol’ Chrome debugging tools :slight_smile:

Assuming you installed the extension? https://github.com/Microsoft/vscode-chrome-debug

Thanks mybblr! I have not checked this extension out, so I’ll do that next! I was playing around with the node command line inspect to see if I could get that working! Thanks for your response!