winpdb

Unable to run winpdb

I tried to run winpdb.py, but I got an error saying that it could not find wxPython. This is strange to me because I know I have wxPython installed and included in my PYTHONPATH. I can import wx in the Python interpreter. Mac OS X 10.5.8 Python 2.6 PYTHONPATH=/sw/lib/python2.6/site-packages/:/usr/local/lib/wxPython-unicode-2.8.10.1/lib...

Mixed mode assembly not loading symbol for native C++ pdbs

Hello, I am working with mixed mode assemblies in C++/CLI. All managed mode assemblies pdb's get loaded when successfully in mixed mode assembly. But native dll's pdb's not getting loaded even no information shown of native pdb in Modules pane (i.e in VS Debug->Windows->Modules). Note: I am using native dll and calling its exported fu...

How to step through Python threads independently? (WinPDB)

Hello, I am trying to debug Python using WinPDB and I have multiple threads using threading.Thread. I can never seem to control the threads individually. If I break execution, the entire script breaks. If I step through the source code of one thread, all of the others continue to be interleaved and continue some of their execution. ...

WinPdb Error (Debugging Django) :CTimeoutHTTP instance has no attribute 'getresponse'.

I am trying to learn winpdb to debug django scripts. I have a very simply django web site that runs find if I start it from the command line, but when I try to launch it from winpdb it gives me this error message: RPDB2 - The Remote Python Debugger, version RPDB_2_4_6, Copyright (C) 2005-2009 Nir Aides. Type "help", "copyright", "licens...

winpdb source files debug

Does any one know how can i put break point using "Open Source" GUI control in winpdb? The breakpoints doesnt work for me. ...

Any known issues with breakpoints in embedded Python debugging using winpdb?

I’m trying to use winpdb to debug a python scripts embedded in my own C++ application. I can connect and view the callstack, globals, etc. initially but I’m having problems getting breakpoints to halt execution. When my breakpoint is hit the status bar in winpdb briefly switches to ‘WAITING AT BREAKPOINT’ then immediately switches back ...