Debug with more dataprocessors


Hello,



Is it possibel to declare more than one dataprocessor instance per page and still benefit of the debug facility?
For example.



grid1 = new dhtmlxGridObject();







dp1 = new dataProcessor();



dp1.init(grid1);



grid2 = new dhtmlxGridObject();
dp2 = new dataProcessor();



dp2.init(grid2);



Regards,



Blackmagic


Hello,


_debug.js was’t designed to be used with several dataprocessors. You can try to use it, but prabably reports from all dataprocessor objects will be shown in one console.