79636472

Date: 2025-05-24 06:02:27
Score: 1
Natty:
Report link
  1. You must put this launch.json file in your project (at least, you must put the 'debug server-side' part into your launch.json file): https://code.visualstudio.com/docs/debugtest/debugging-configuration

  2. When starting your app in VSCode, you must do it from the "Run and Debug" button, and click the 'debug server-side' option.

Then breakpoints in server-side scripts should work.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: fewaf