Chrome Debugger is BETTER than you might think

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 28

  • @moihugo7018
    @moihugo7018 Рік тому +1

    Super helpful, why did I not know about this features until then !! Thanks a lot, that will clearly change the way I write js and ts !

    • @DevLeonardo
      @DevLeonardo  Рік тому

      Great to hear you liked it! Good news, you can also use vscode to debug your application, I'll probably make a video about it soon :)

  • @videoforref845
    @videoforref845 9 місяців тому +1

    This is such a useful video. Thank you i am new to front end and react. debugging is essential and how to do it efficiently is something that should be learned first. Glad the yt algo suggested this video.

    • @DevLeonardo
      @DevLeonardo  9 місяців тому

      Thank you for the kind words! Also thanks to everyone subscribing and leaving a like on the video, this makes the algo to suggest it to a wider audience :D
      Love to hear my content is helpful!

  • @wilfy89
    @wilfy89 7 місяців тому +1

    Very nice video, I feel like there's no real consensus on how to debug other than console log etc and also not many videos that cover it online. I learned a lot 😃

  • @rayjazon
    @rayjazon Рік тому +1

    Very well organized and works equally well on VSCode!

  • @djdankmemes9257
    @djdankmemes9257 7 місяців тому

    Extremely useful video. Thank you for making this!

    • @DevLeonardo
      @DevLeonardo  7 місяців тому

      Thanks, glad to hear that! :D

  • @farzadmf
    @farzadmf Рік тому +1

    Great video
    One thing that I'd add is "never say never" 😉; using `debugger;` could be useful in a couple of use cases: you're not familiar with the code, so you don't know exactly where to put the breakpoint. Or, you have no idea why a line is being executed, so putting `debugger;` in there would definitely help

    • @DevLeonardo
      @DevLeonardo  Рік тому +1

      Thanks! That's true, in those two situations it can be quite useful :D

  • @JuanMoisesTorrijos
    @JuanMoisesTorrijos Рік тому +1

    Great video. This will save me a lot of time!

    • @DevLeonardo
      @DevLeonardo  Рік тому +1

      Thanks! You're gonna love the debugger :D

  • @stefanocons
    @stefanocons 10 місяців тому

    Great video Leonardo! Thanks a lot!

  • @OmRajPurohit-i3v
    @OmRajPurohit-i3v Рік тому +1

    Super helpful, thank you!

  • @po5540
    @po5540 Рік тому +1

    Very useful video, thanks

    • @DevLeonardo
      @DevLeonardo  Рік тому

      Thank you, feel free to have a look at the other videos in my channel :D

  • @ellsonmendesYT
    @ellsonmendesYT 10 місяців тому +1

    if ur in dev tools ctrl + p goes to find file, else it goes to print

  • @UXDlozi
    @UXDlozi Рік тому +1

    very helpful. thank you

  • @MuhammadumarSotvoldiev
    @MuhammadumarSotvoldiev Місяць тому

    Thank you very much

  • @joshuakawamata5406
    @joshuakawamata5406 8 місяців тому

    wwhat if your app is bundled

    • @DevLeonardo
      @DevLeonardo  8 місяців тому

      If it has sourcemaps should work anyway (vite bundles your app) or if you want a completely different plan, you can debug directly in vscode: ua-cam.com/video/FOXNlZFkbPk/v-deo.html

  • @thebocksters2756
    @thebocksters2756 Місяць тому

    a