Debugging with VS Code - Using XDebug

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 9

  • @NedumEze
    @NedumEze Год назад +1

    Thank you very much sir.
    Been looking for this since a thousand years !
    Everyone else focus on setting up the Debugging. None except you have thought that installation is useless if it cannot be utilized.
    I wish though that you would use a longer file with a couple of errors so we can see how the Debugger finds the errors, etc.
    Thank you very much, Sir.

  • @RandallNewman
    @RandallNewman 3 года назад +1

    Thank you for these 2 videos. Very clear, easy to follow and no fluff. Got me up and running!

  • @NickHope
    @NickHope 3 года назад +5

    For anyone landing here, like I did, the full playlist is here: ruclips.net/p/PLJetLDY7yKupLxkjmVMchCG6PbEAkh2bh

  • @phanta5m
    @phanta5m 3 года назад +1

    Very clear, now i can say goodbye to var dump

  • @TheRafark
    @TheRafark Год назад

    I know this question comes up on these types of videos all the time, but what’s the theme and color scheme you’re using?

  • @nishu6307
    @nishu6307 3 года назад +1

    Thnx...its working..i have seen many videos but didn't work
    You helped me alot thanku so much!!!

  • @timurbtr5598
    @timurbtr5598 3 года назад +1

    Thanx for sharing!

  • @hughmungus1767
    @hughmungus1767 Год назад

    I'm trying to follow the instructions at about 1:59 but VS Code shows *3* extensions called PHP Debug, *none* of which claim Felix Becker as the author so I'm not entirely sure which one to use. I've installed the one authored by "XDebug" but after trying to debug the exact same test program, index.php, in my Laravel/XAMPP/VSCode environment, I can't get the debugger to execute index.php. It might have something to do with choosing the wrong PHP Debug - or not. I'm putting this problem aside to work on something else.