﻿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
15249	Provide access to a debugger within the development server	Sameer Rahmani	Sameer Rahmani	"Sometimes a django project did not raise any exception but things are not going as well as we want. so it will be a good idea to 
to run an interactive shell or pdb shell where we want in code or when an exception raised. the patch that i provide add an settings variable called ""INLINE_DEBUGGER"", that gets to value ""interactive"" and ""pdb"" and its default value is None.

if user set ""INLINE_DEBUGGER"" to ""interactive"" then when an exception raised a python interactive shell or ipython shell will executed with the exception locals. so user can easily test some condition in his/her code.

if user set ""INLINE_DEBUGGER"" to ""pdb"", when an exception raised django will execute a pdb shell with the exception locals. 

forgive me because of my poor English"	New feature	closed	Core (Other)	1.2	Normal	wontfix	inline debugger	lxsameer@… alex@…	Accepted	0	0	0	0	0	0
