Chrome Dev Tools Source Panel and Breakpoints

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2023
  • This video continues the playlist on Chrome Dev Tools focussing on the Sources panel and all the breakpoint and debugging tools provided.
    Code from video: gist.github.com/prof3ssorSt3v...
    Playlist link: • Getting Started with D...

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

  • @kirillzlobin7135
    @kirillzlobin7135 6 หลายเดือนก่อน +3

    This thing with ignore list is the thing that made me scared of debugging. It always led to some libraries code where I have no idea what is going on, instead of my code that I needed to debug. Amazing playlist

  • @lonniesmith8093
    @lonniesmith8093 ปีที่แล้ว +2

    Amazing series on dev tools and this javascript debugging lesson is invaluable to any developer. Another top notch video by you!

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

    Best video explaining debugging and breakpoints !

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

    👍 great explanations. also just discovered youtube on the web browser has support for emoticons, not sure how long ago it was introduced🔥

  • @chericha
    @chericha 7 หลายเดือนก่อน

    This channel is puro gold! Thank you!

  • @bmfitzgerald3
    @bmfitzgerald3 4 หลายเดือนก่อน

    Fantasic! Thanks so much for sharing this. You're making a big impact

  • @shyama5612
    @shyama5612 8 หลายเดือนก่อน

    I'm to brush up on the data storage and network sections to capture payload data in an extension and this is of great help! [Ads marketing sister team had a request]

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

    Very useful info. Thanks

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

    Hello, I am recently tried supabase and prisma with next 13 beta.... 😅 its was not really a good experience can you please look into it once if possible create a video for CRUD that would be great help thank you

  • @MohammadMM786
    @MohammadMM786 7 หลายเดือนก่อน

    Hi Steve, I have a doubt, what is the use of Request class. If we pass url instead of request as parameter to fetch() it is working same. Then what's the difference between sending request and url as parameter to fetch()

    • @MohammadMM786
      @MohammadMM786 7 หลายเดือนก่อน

      If you have any videos or Playlist regarding API responses. Pls let me know

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  7 หลายเดือนก่อน

      Here is everything you need to know - th-cam.com/video/2sQ9xiEAXNo/w-d-xo.html

    • @MohammadMM786
      @MohammadMM786 7 หลายเดือนก่อน

      @@SteveGriffith-Prof3ssorSt3v3 Thank you so much

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

    7:53 I think you are in right scope with debbuger for first_name but why it shows undefined?

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  ปีที่แล้ว +1

      the first_name variable is inside the function that is being passed to the map method, not inside the function that contains the map and the debugger statement.

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

      @@SteveGriffith-Prof3ssorSt3v3
      Thanks to reply,
      but I thought debbugger is in the function that is being passed to the map.
      I think I have a misunderstanding of something..

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

      oh sorry I didnt realize the right side of the code that is hidden at the time

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 8 หลายเดือนก่อน

    helpful

  • @natb007
    @natb007 3 หลายเดือนก่อน

    Thanks

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 8 หลายเดือนก่อน

    I can only get 'No Watch Expression"

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  7 หลายเดือนก่อน

      It means that there is nothing currently set to be watched in the current scope.