How to enable debug mode for Lightning web components ? – User friendly Tech help
Problem- In the developer environment I want to debug my LWC but it’s coming as minified when rendered in browser sources and also shows proxy data?
n
Setup > debug mode > select the one under lightning components
n
Edit your user > enable “Debug mode”
n
n
Now in the browser, you can see the unminified javascript files, and will show real data, which helps in debugging lwc.
n
Below warning will be shown in the sandbox where debug mode is enabled.