6

I am trying to debug LWC JavaScript using Chrome's DevTools. However I am unable to see /modules/c component under sources tab of Chrome DevTools. The same is working fine for other sandbox. Does anyone know the root cause behind this? I need to debug this for guest user therefore I am unable to enable debug mode as well.

enter image description here

2
  • You added console.log in the LWC JS part right? Commented Jul 6, 2022 at 8:54
  • Yes I have many console.log in the LWC component. and the same page displays script module for other sandbox. Commented Jul 7, 2022 at 12:46

4 Answers 4

7

I ran across this issue too and posted more about it here: https://saramorgan.net/2022/10/17/workaround-for-issue-debugging-lwc-in-chrome-dev-tools-after-winter-2023/

8

I faced the same issue. For me it appeared after Winters' 23 release. Apparently Salesforce forced Lightning Web Security with this release. (see release notes: https://help.salesforce.com/s/articleView?id=release-notes.rn_experiences_lws_default.htm&type=5&release=240)

To fix this I had to deactivate LWS which I was able to do at


Setup > Security > Session Settings > Lightning Web Security > Use Lightning Web Security for Lightning web components


enter image description here

4

API version 56.0 (Winter '23) has a different file structure in DevTools and has seems to have a lot of issues like not breaking on the correct line.

Go to: Setup > Security > Session Settings

  1. Lightning Locker API Version: Set the "Use security enhancements in API version" back to "55.0" to get the old file structure back in DevTools.
  2. Lightning Web Security: Uncheck "Use Lightning Web Security for Lightning web components"

api version 55

0

I also had to disable "Enable Stricter Content Security Policy" in Session Settings to get the modules folder to show. After I did this, API 56.0 also worked for me.

1
  • None of the solutions here make the sources appear in my chrome dev tools. Is this still working for you? Commented Nov 14, 2022 at 13:32

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.