Command-Line Python Debugging with pdb

Поділитися
Вставка
  • Опубліковано 4 лют 2025
  • In this video, we learn how to debug Python code in the command-line, which is especially useful for those of you, who prefer a lightweight coding setup.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

КОМЕНТАРІ •

  • @georgybachakashvili5344
    @georgybachakashvili5344 Рік тому +4

    also it's good to know that you can use every or almost every pdb command by its 1st letter and for print you can just type the variable name like in interactive mode of python interpreter

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

      can't use c for clear, because c means continue.

  • @rishikeshagrawani7920
    @rishikeshagrawani7920 Рік тому +3

    Beautiful explanation Brother!

  • @hulkiciray4281
    @hulkiciray4281 5 місяців тому

    Lucky to have this good explanation. Thanks brother

  • @KEKW-lc4xi
    @KEKW-lc4xi 4 місяці тому +1

    starts at 3:55

  • @paulthomas1052
    @paulthomas1052 2 роки тому +3

    Thanks - very useful as usual !

  • @Rabixter
    @Rabixter 5 місяців тому +2

    How effective is PDB for codebases with hundreds of files, and you're not just debugging the "main.py" with a basic example? What if the error I want to debug is within a different file. And how can I save breakpoints so I can re-run PDB again using the same breakpoints? Is there a way to do it without cluttering the code with "breakpoint()" statements?

  • @SunilMehra-m9g
    @SunilMehra-m9g Рік тому +1

    that's what i was looking for. Thanks

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

    Super. Subscribed. You are on the ball

  • @rockrollandfunk2691
    @rockrollandfunk2691 5 місяців тому

    Can the execution line be designated/highlighted in some fashion?

  • @codekote
    @codekote 6 місяців тому

    Is it usable in big project with lot of imports?

  • @ranggatohjaya5471
    @ranggatohjaya5471 2 роки тому +1

    Thanks

  • @guilherme5094
    @guilherme5094 2 роки тому +1

    👍Thanks.

  • @federico2058
    @federico2058 Рік тому +3

    ⭐⭐⭐⭐⭐

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

    Hi Need some help:
    I have a python executable say prog1.exe...
    I want to debug this executable using pdb ... How to do it ?

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

      or any other way ?

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

      You won't be able to use the Python Debugger (pdb) to debug a .exe file. This file type is a Windows executable file and is not a python file.

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

      You are right@@Baseballchampion .. However I am asking about the python executable file created by using PyInstaller library.

  • @codewithtaus
    @codewithtaus 2 роки тому +1

    ♥️♥️♥️♥️♥️

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

  • @MarkaTaylor-l1e
    @MarkaTaylor-l1e 4 місяці тому

    Jazlyn Mission

  • @betapacket
    @betapacket 2 роки тому +1

    2nd

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

    Thanks