What file do we need in the javascript folder to avoid having Google Chrome Lock up when debugging javascript

During debugging a JavaScript function that calls Grid.refresh() which requires ej2.min.js  Google Chrome takes forever to load ej2.min.js to debug it most of the time failing to every load and continue debug.


Anyone know how to either make Chrome ignore ej2.min.js during debugging or when debugging should I not use the ej2.min.js but say the ej2.js ?

3 Replies 1 reply marked as answer

BS Balaji Sekar Syncfusion Team May 6, 2021 11:53 AM UTC

Hi Mike, 
 
Greetings from the Syncfusion support. 
 
Query: Anyone know how to either make Chrome ignore ej2.min.js during debugging or when debugging should I not use the ej2.min.js but say the ej2.js ? 
 
When we need debugging Grid’s source file(ej2.min.js) we suggest you to use unminified(ej2.js) file of Grid source instead of minified(ej2.min.js) file it will help to easily debugging the Grid functionalities. 

Regards, 
Balaji Sekar 


Marked as answer

MV Mike Vinson May 6, 2021 04:46 PM UTC

Thank you!


BS Balaji Sekar Syncfusion Team May 7, 2021 10:27 AM UTC

Hi Mike, 
  
Thanks for your update. 
  
Please get back to us, if you need further assistance. 
  
Regards, 
Balaji Sekar 


Loader.
Up arrow icon