How do I debug an extension?



How do I debug an extension?..

Answer / Ram Krishna Trivedi

Debugging extensions written in C or C++ with Python can be complex. Tools like `pdb`, `gdb` or Visual Studio Code's built-in debugger may help. You can also use the Cython project's debug features for easier debugging of Cython extensions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do I run a python script?

1 Answers  


What is python api?

1 Answers  


How will you remove the last object from a list?

1 Answers  


What is the cost of python certification?

1 Answers  


Mention the rules for local and global variables in python?

1 Answers  


What is the sleeping time of python?

1 Answers  


What is s in python 3?

1 Answers  


How are arguments passed - by reference or by value?

1 Answers  


Differentiate list and tuple with an example?

1 Answers  


What are the file-related modules we have in python?

1 Answers  


What does head () do in python?

1 Answers  


What is asynchronous python?

1 Answers  


Categories