What is the best way to debug custom business logic services that you write in Java? I’ve been writing the custom services, uploading to Backendless, generating the javascript library, and then testing my javascript to see if the change I made worked. Is there a better way to test?
Hi Phil!
Under Custom Business Logic Services you mean API (Hosted) Service?
Remote debugging or Hosted services will be added in the next iteration.
You described correct way of testing services and generated libs.
I can not propose better way.
Regards,
Kate.
Yeah. That’s what I was asking. Thanks for the quick response!