﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15565	Runserver reloading breaks terminal STDIN when using pdb.set_trace()	Piotr Czachur	nobody	"The issue is mentioned here: http://stackoverflow.com/questions/3259104/ipython-broken-shell-terminal-after-realoading-django

How to reproduce using Djano trunk, python2.7 and gnome-terminal:
1. Start runserver
2. Put pdb.set_trace() into your code (view, etc.)
3. Make HTTP request
4. You see debugger prompt
5. Modify source, save. # runserver does reloading
6. Make another HTTP request
7. You see debugger prompt, but STDIN is invisible, so you cannot see what you type, which makes debugging a pain.
"	Uncategorized	closed	django-admin.py runserver	dev	Normal	fixed		kmike84@…	Accepted	0	0	0	0	0	0
