Hello,
I've built the Person List XS application using HANA trial instance and following this guide.
https://thewebide.hana.ondemand.com/tutorials/onpremise/pdf/exercises.pdf
Instead of using the WEB IDE, I've used Eclipse Mars. Now my application is not working correctly so I wanted to debug the JS code of the controller. I've put several break-point in my code, and launched the debugger using below mode.
Now, in the debug perspective I can see 2 thread running, one for debugging the JS code and the other for debugging SQL script code (I think), but my application is opening in the web browser without waiting for any breakpoint.
I've also tried to refresh the web page of the application, as suggested somewhere else, but nothing happens. I've also read a lot of other documentation but seems too generic to me and does not help with my specific issue.
Please advice.