pyramid_debugtoolbar icon indicating copy to clipboard operation
pyramid_debugtoolbar copied to clipboard

Pretty print Rendering Value context variables on Renderings page

Open caseybessette opened this issue 10 years ago • 1 comments

A pretty printed dictionary is easier to follow than a wrapped string representation.

caseybessette avatar Mar 19 '14 18:03 caseybessette

My two cents implement:

  • for 1.0.X: https://github.com/keitheis/pyramid_debugtoolbar/tree/feature.pretty_rendering_value
  • for 2.X: https://github.com/keitheis/pyramid_debugtoolbar/tree/feature.pretty_render_2

We use it in our development and it makes our UI engineer (and me) happy.

keitheis avatar Mar 20 '14 06:03 keitheis