[issue19155] Display stack info with color in pdb (the w command)

2013-10-04 Thread R. David Murray

R. David Murray added the comment:

I think we are unlikely to do this, as pdb is a very simple text interface.  
I'm sure a patch would be considered if one was offered, but the increase in 
complexity of the codebase would need to be minimal for it to be accepted, and 
I suspect the feature would need to be off by default.

--
nosy: +r.david.murray

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19155
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19155] Display stack info with color in pdb (the w command)

2013-10-04 Thread Ezio Melotti

Ezio Melotti added the comment:

Agreed with David.
You can use https://bitbucket.org/antocuni/pdb/src instead.

--
nosy: +ezio.melotti
resolution:  - rejected
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19155
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19155] Display stack info with color in pdb (the w command)

2013-10-03 Thread Peng Yu

New submission from Peng Yu:

Currently, the w command does not show the stack info in color. I think that 
it might be visually helpful to add some color to emphasize the current frame, 
etc. May I suggest to add this feature to pdb? Thanks.

--
messages: 198916
nosy: Peng.Yu
priority: normal
severity: normal
status: open
title: Display stack info with color in pdb (the w command)
type: enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19155
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com