1
votes

If I have any syntax error in jsrender its hard to debug. Is there any way to debug.

I use {{*debugger;}} and $.views.settings.allowCode=true;

and

$.views.settings.debugMode(true);

But none of them are working.

1

1 Answers

0
votes

There is a new documentation topic which has been added to www.jsviews.com, here:

Error handling and debugging

which should answer your questions...