January 07, 2003

Debugging Jelly == Pure Evil

The complete lack of messages as to what's going on behind the scenes when a Jelly script is executing is slowly starting to drive me insane. Some sort of trace mode or debugging functionality should be considered an essential addition before the 1.0 release.

Posted by kschrader at January 7, 2003 07:34 PM | TrackBack
Comments

What kind of tracing do you need?

You can add logging inside any Jelly script via

<log:info>some expression ${foo.bar} whatever </log:info>

Does that help?

Posted by: James Strachan on January 8, 2003 02:51 AM
Post a comment