hi dear
when i want debug backendless query in intellij(with remote debug option and coderunner debug) breakpoint did not hit.
but when i change breakpoint location to backendless find statement breakpoint hit,but i want see backendless fidn statement result.
i attached screen shot of my code
i see this error when i want debug my code with remote debugging:
{
“code”: 14004,
“message”: “Service invocation failed: Argument is not an array in IllegalArgumentException”
}
Hello Hamid,
How do you call resetCounters() method?
Artur
i call it via api inspector in backendless console(business logic section)
it is mistake?
No, you normally should call it like that.
Did you rebuild the code in Idea calling Build -> Rebuild Project?
Artur
yes i rebuild project but breakpoint does not hit and i see this errrorin api inspector:
{
“code”: 14004,
“message”: “Service invocation failed: Argument is not an array in IllegalArgumentException”
}
What version of CodeRunner do you use? Please download latest one from Business Logic section on console.
Artur
i use latest versionb of code runner(3.0.22)
Please try to create some service with simple returning String and debug it.
Maybe your find statement ends with exception?
Also check in plain java code, whether you are able to make “find” in this or other tables.