Debugging with DataProcessor

I was looking for the documentation on data processor debugging: docs.dhtmlx.com/dataprocessor__c … #debugging

But this section only seems to exist by title – there is no actual section on the page and since I brought this up the title has also been removed.

However, removing the title entirely from the page doesn’t remove my need for the documentation on the subject.

Where do I find the documentation for debugging data processor?

Add the attached version of dataprocessor.js to the page ( after dhtmlx.js ) and use

dp = new dataProcessor(ulr);
dp.enableDebug();  //<= this one

After that you can use browser’s console to check debug info from a dataprocessor.
Please beware, that if you are using dhtmlxconnector, you can enable a similar functionality on server side and log server side exceptions to the log file.
dhtmlxdataprocessor.zip (5.85 KB)