Skip to content Skip to sidebar Skip to footer
Showing posts with the label Debugging

Questions About Compiling Python In Debug Mode

I am using Ubuntu 12.04, Python 2.7.3. I am having a segmentation fault in a C extension I have co-… Read more Questions About Compiling Python In Debug Mode

Printing Names Of Variables Passed To A Function

In some circumstances, I want to print debug-style output like this: # module test.py def f() a =… Read more Printing Names Of Variables Passed To A Function

Changing Python Code In The Debugger

Is there any debugger that allows Python code to be changed while debugging? In other words: run-ti… Read more Changing Python Code In The Debugger

Flask Interactive Debugger Broken

I'm trying to figure out why the Flask interactive debugger isn't working. My template appl… Read more Flask Interactive Debugger Broken

Sqlite Python Sqlite3.operationalerror: Database Is Locked

I have written the following code, which is showing the sqlite3.OperationalError: database is locke… Read more Sqlite Python Sqlite3.operationalerror: Database Is Locked

File Handling In Python: Being Used By Another Process

Well i made this script that its supouse to logg some keystrokes for a while save them in a file an… Read more File Handling In Python: Being Used By Another Process