Re: Documentation Suggestions for Subscribers or Debug

2012-05-15 Thread Michael Merickel
I'll need to see an example. I can't think of anything except an exception view that can replace the response object. Even the toolbar only mutates the body of the response. On Tue, May 15, 2012 at 9:43 PM, Jonathan Vanasco wrote: > > > On May 15, 7:33 pm, Michael Merickel wrote: >> What? Pyrami

Re: Documentation Suggestions for Subscribers or Debug

2012-05-15 Thread Jonathan Vanasco
On May 15, 7:33 pm, Michael Merickel wrote: > What? Pyramid doesn't have a "debug" code path, minus emitting some > log messages. Do you mean that the debugtoolbar is doing something to > the response? I'd imagine its either the error screens from pyramid_debugtoolbar or whatever settings like

Re: Documentation Suggestions for Subscribers or Debug

2012-05-15 Thread Michael Merickel
What? Pyramid doesn't have a "debug" code path, minus emitting some log messages. Do you mean that the debugtoolbar is doing something to the response? On Tue, May 15, 2012 at 5:57 PM, Jonathan Vanasco wrote: > I ran into an issue a few months ago regarding a NewResponse > subscriber and failing