Command-Line Python Debugging with pdb

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • 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/

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

  • @Rabixter
    @Rabixter 27 дней назад

    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?

  • @hulkiciray4281
    @hulkiciray4281 25 дней назад

    Lucky to have this good explanation. Thanks brother

  • @federico2058
    @federico2058 Год назад +3

    ⭐⭐⭐⭐⭐

  • @rishikeshagrawani7920
    @rishikeshagrawani7920 Год назад +3

    Beautiful explanation Brother!

  • @paulthomas1052
    @paulthomas1052 Год назад +3

    Thanks - very useful as usual !

  • @rockrollandfunk2691
    @rockrollandfunk2691 Месяц назад

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

  • @nangelo0
    @nangelo0 2 месяца назад

    Is it usable in big project with lot of imports?

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

    Super. Subscribed. You are on the ball

  • @DragonSomx-h3g
    @DragonSomx-h3g 18 дней назад

    Wilson Jose Lee George Lopez Jeffrey

  • @BrendaHernandez-s8s
    @BrendaHernandez-s8s 25 дней назад

    667 Rogahn Causeway

  • @georgybachakashvili5344
    @georgybachakashvili5344 11 месяцев назад +1

    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 3 месяца назад

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

  • @MarkaTaylor-l1e
    @MarkaTaylor-l1e 13 дней назад

    Jazlyn Mission

  • @SunilMehra-m9g
    @SunilMehra-m9g Год назад +1

    that's what i was looking for. Thanks

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

    ♥️♥️♥️♥️♥️

  • @KEKW-lc4xi
    @KEKW-lc4xi 15 дней назад

    starts at 3:55

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

    Thanks

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

    👍Thanks.

  • @mohdqayyoomkhan2446
    @mohdqayyoomkhan2446 10 месяцев назад

  • @NandkishoreNangre
    @NandkishoreNangre 10 месяцев назад

    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 10 месяцев назад

      or any other way ?

    • @Baseballchampion
      @Baseballchampion 9 месяцев назад +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 9 месяцев назад

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

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

    Thanks

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

    2nd