Python Developer Question:

Can you list Down Some Of The PDB Commands For Debugging Python Programs?

Tweet Share WhatsApp

Answer:

Here are a few PDB commands to start debugging Python code.

☛ Add breakpoint – <b>
☛ Resume execution – <c>
☛ Step by step debugging – <s>
☛ Move to next line – <n>
☛ List source code – <l>
☛ Print an expression – <p>

Download Python Developer PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Explain me what Are The Principal Differences Between The Lambda And Def?Do you know what are Python decorators?