Register Login

How to Check the backend ODATA table entries in the debug mode?

Updated May 18, 2018

Hello Experts,

How to check the backend ODATA table entries in the debug mode while using chrome debugger..front end code is written in jscript and IDE is eclipse..

Kindly assist here.

Thanks in advance.


Comments

  • 03 Feb 2016 6:22 pm Abhijeet Mudgal Helpful Answer

    Please check in the "Network" tab in Chrome the response of the odata service. When you check the value of the oData property of the odataModel , You could also set a breakpoint into thmethod of the Model and check the response in the callback handlers for the XHR. If you see the minimized sources you could use the dialog which opens via CTRL+SHIFT+ALT+P and use the checkbox "Use Debug Sources" and reload the page. Now the debug sources of the JS files are loaded and you should be able to debug. just try it


×