sfcc-studio icon indicating copy to clipboard operation
sfcc-studio copied to clipboard

Setting breakpoints does not work in Webstorm 2024.3

Open tockata opened this issue 3 months ago • 4 comments

Setting the breakpoints does not work in the latest Webstorm 2024.3 version.

Steps to reproduce:

  • install Webstorm 2024.3;
  • install sfcc-studio plugin and configure its settings and cartridges paths;
  • add sfcc-studio debugger configuration;
  • add a breakpoint in any controller;
  • run the sfcc-studio debugger;
  • visit the page that should hit the controller method.

Expected:

  • the breakpoint icon should change from a red circle to a green checkmark;
  • there should be a message in the debugger console that the debugger is "Listening on" {filepath#lineNumber}";
  • the breakpoint should be hit.

Actual:

  • the breakpoint icon remains the same - red circle;
  • no message in the debugger console that it is listening;
  • the breakpoint is not hit.

I tried with an older Webstorm version, 2023.3.8, and it works just fine—the breakpoints are successfully set, and when the debugger is started, the breakpoints' icons turn from red circles to green checkmarks and can be hit.

tockata avatar Nov 23 '24 11:11 tockata