Hi, all
The anaconda of fedora19 uses threads, and the pdb is invalid.
so, how to debug dynamically anaconda for fedora19?
Thank you!
On Wed, 2014-04-16 at 16:33 +0800, 夏磊 wrote:
Hi, all
The anaconda of fedora19 uses threads, and the pdb is invalid.
so, how to debug dynamically anaconda for fedora19?
What do you mean by 'pdb is invalid'? I believe pdb works.
"import pdb, pdb.set_trace()" only can debug the single-threaded, and not debug mulit-threaded.
于 2014年04月16日 19:44, Vratislav Podzimek 写道:
On Wed, 2014-04-16 at 16:33 +0800, 夏磊 wrote:
Hi, all
The anaconda of fedora19 uses threads, and the pdb is invalid.
so, how to debug dynamically anaconda for fedora19?
What do you mean by 'pdb is invalid'? I believe pdb works.
On Wed, 2014-04-16 at 19:53 +0800, 夏磊 wrote:
"import pdb, pdb.set_trace()" only can debug the single-threaded, and not debug mulit-threaded.
Works for me even with multiple threads. You can also try winpdb [1] [1] http://winpdb.org/
Yes, winpdb supports for multiple threads.
You means that "import pdb, pdb.set_trace()" can works for multiple threads.
How to use pdb for multiple threads? "import pdb, pdb.set_trace()"?
于 2014年04月16日 20:00, Vratislav Podzimek 写道:
On Wed, 2014-04-16 at 19:53 +0800, 夏磊 wrote:
"import pdb, pdb.set_trace()" only can debug the single-threaded, and not debug mulit-threaded.
Works for me even with multiple threads. You can also try winpdb [1] [1] http://winpdb.org/
On Wed, Apr 16, 2014 at 04:33:25PM +0800, 夏磊 wrote:
Hi, all
The anaconda of fedora19 uses threads, and the pdb is invalid.
so, how to debug dynamically anaconda for fedora19?
I use winpdb:
https://fedoraproject.org/wiki/User:Bcl#winpdb
uh, Thank you, i will try to use winpdb.
于 2014年04月17日 01:02, Brian C. Lane 写道:
On Wed, Apr 16, 2014 at 04:33:25PM +0800, 夏磊 wrote:
Hi, all
The anaconda of fedora19 uses threads, and the pdb is invalid.
so, how to debug dynamically anaconda for fedora19?
I use winpdb:
anaconda-devel@lists.stg.fedoraproject.org