Debug Your SAPUI5 App
2020-01-13
Beginner
15 min.
Debugging and logging are the nut and bolts to inspect your application. Learn how to debug and test your web apps with the Google Chrome Dev Tools.
You will learn
- How to do add breakpoints to your JavaScript code
- How to log data to the console
- How to use the Google Chrome Dev Tools.
Step 1: Add a message page
Step 2: Write a log message to the console
Step 3: Add a breakpoint
Step 4: Stop at the breakpoint
Step 5: See the error log message