Greetings all and thank you for your attention
I'm new in salesforce Commerce Cloud B2C and I realized that I can only apply the debugger in the server side js files. When I tried to start the debugger in the client side js files it appears an error.
Can you tell me please with what tool I can start the debugger in a cliente side js file? Or an alternative
1 件の回答
You can only debug your storefront Javascript in the console of your browser, unfortunately. I have not found a way yet to hook in VS Code or any other IDE for that matter.
(Secretly hoping someone has found a way and wants to reply ;-) )