Command-Line Python Debugging with pdb

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2023
  • 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.com/books/
    💻 The Algorithm Bible Book: www.neuralnine.com/books/
    👕 Programming Merch: www.neuralnine.com/shop
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine.com/
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/NeuralNine
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @paulthomas1052
    @paulthomas1052 ปีที่แล้ว +3

    Thanks - very useful as usual !

  • @rishikeshagrawani7920
    @rishikeshagrawani7920 ปีที่แล้ว +3

    Beautiful explanation Brother!

  • @user-yo7xm4qx8e
    @user-yo7xm4qx8e ปีที่แล้ว +1

    that's what i was looking for. Thanks

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

    Super. Subscribed. You are on the ball

  • @georgybachakashvili5344
    @georgybachakashvili5344 9 หลายเดือนก่อน

    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 หลายเดือนก่อน

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

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

    👍Thanks.

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

    Thanks

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

    ♥️♥️♥️♥️♥️

  • @nangelo0
    @nangelo0 23 วันที่ผ่านมา

    Is it usable in big project with lot of imports?

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

  • @federico2058
    @federico2058 ปีที่แล้ว +3

    ⭐⭐⭐⭐⭐

  • @user-jh8od5jl1c
    @user-jh8od5jl1c 9 หลายเดือนก่อน

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

    • @user-jh8od5jl1c
      @user-jh8od5jl1c 9 หลายเดือนก่อน

      or any other way ?

    • @Baseballchampion
      @Baseballchampion 8 หลายเดือนก่อน +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.

    • @user-jh8od5jl1c
      @user-jh8od5jl1c 8 หลายเดือนก่อน

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

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

    2nd

  • @dancordoba7777
    @dancordoba7777 11 หลายเดือนก่อน

    Thanks