Opened 15 years ago
Last modified 10 years ago
#332 new enhancement
Debugging template
Reported by: | anatoly techtonik <techtonik@…> | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5.1 |
Keywords: | Cc: | leho@… |
Description
Badly need debugging template in Genshi similar to the one PHP people have in Smarty (see discussion).
It is currently possible to dump available template variables with:
${pprint(dict(locals()['__data__']))}
But it looks like a hack, because of both direct __data__ access and implicit pprint import.
Change History (3)
comment:1 Changed 15 years ago by anonymous
- Owner changed from cmlenz to anonymous
- Status changed from new to assigned
comment:2 Changed 15 years ago by cmlenz
- Milestone 0.6 deleted
- Owner changed from anonymous to cmlenz
- Status changed from assigned to new
- Type changed from defect to enhancement
comment:3 Changed 10 years ago by lkraav <leho@…>
- Cc leho@… added
Note: See
TracTickets for help on using
tickets.