on ‎2014 Aug 24 7:47 AM
Hi,
How to activate the intellisense for Eclipse for UI5, currently when some error in my code it doesn't show any syntax error message.
How we can activate that setting
How we can activate debugging in SAPUI5, currently i m doing debugging on google chrome. Is there any way to activate the debugging for sap.
Regards,
Nishant
Request clarification before answering.
Hi Nishant,
You cannot debug code in SAPUI5 in your IDE.
"When you debug code in SAPUI5, keep in mind that you can not debug SAPUI5 in your IDE. If you use Eclipse, for example, a breakpoint set in Eclipse does not stop your script when it is executed in your browser, unless you use the
debugger;
statement explicitely in your code. The browser does not know about your IDE and does not communicate directly with it. Thus, to debug in SAPUI5, use your browser's debugging tool."
You can find more info @
Browser Debugging for ABAP Developers
Regards,
Madhumahesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you install UI5 plugin in eclipse ? I believe that installs jsLint for code validations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.