You need to sign in to do that
Don't have an account?
Debug LWC component in Dev Tool
Does anyone know, why I am not able to debug the lwc component in dev tool like we do previously? everything is coming under the aura_proddebug file and this is very hard to debug the actual component. Does anyone know about this? please help me.
Hey Sandesh D Ganjare,
There is no other way the LWC component will always come in /aura . You have to see that which /aura is your according to debug time. Some time due to using cachable= true or cachable = false you will have a problem in Showing the debug value .
Kindly go through the given below code example to show the debug value.
Examplecode.Html
Examplecode.js AccountController1.class
Thanks