Debug Lightning Web Components | DAY 9

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.พ. 2023

ความคิดเห็น • 12

  • @rameshsoundarrajan3831
    @rameshsoundarrajan3831 ปีที่แล้ว +1

    Super session.. you are awesome Kapil sir… Thank you Amit for bringing experts…

    • @apexhours
      @apexhours  ปีที่แล้ว

      Thank you so much for your kind words. Please help us to spread the word on social media so more and more person can take advantage of this FREE content.

  • @user-qm4jq5ke6z
    @user-qm4jq5ke6z 5 หลายเดือนก่อน +2

    Debugging is a very important part of any development, I hope this session could have been more elaborative.

    • @apexhours
      @apexhours  5 หลายเดือนก่อน +1

      We will add more content on same

  • @rimasamanta9114
    @rimasamanta9114 5 หลายเดือนก่อน

    It would be helpful if you can arrange one session where you show us with a use case of LWC where child and parent component communication happening and debugging through we can see how the parameters are passing values and events are dispatched and get an idea how to debug practically. Thank you!

  • @sivaprasad-pw3xt
    @sivaprasad-pw3xt ปีที่แล้ว +4

    nothing showed by him how to debug the actual code waste session

  • @mylordtyrion1704
    @mylordtyrion1704 10 หลายเดือนก่อน

    guys, i have one doubt. feel free to answer. Whose responsibility is this debugging, I mean Admin or Developer or Tester?

    • @Test-wo6dl
      @Test-wo6dl 8 หลายเดือนก่อน

      It's developer who debug wether code is working fine

  • @vijaybabu9040
    @vijaybabu9040 ปีที่แล้ว +1

    Not audible. Very low 😕

    • @apexhours
      @apexhours  ปีที่แล้ว

      Sorry about that

    • @arnavsadhu
      @arnavsadhu ปีที่แล้ว

      Well, I was able to hear properly.

  • @paragdevghare3484
    @paragdevghare3484 ปีที่แล้ว

    Hi, I can see my LWC component under folder >component/c/myComponent.js
    But code is not breaking on the break point. What could be the issues?
    Ex. I have added breakpoint to the connectedCallback() method for my LWC. And it didn't break the code for debug.