I have been using android debug mode and tried to query data through Stetho in 'Resources' section. When I typed query and press enter key, it does not show me the result I want whereas it adds another empty line underneath the query I typed.
example
Select * From employees
and then I pressed the enter key.
result
Select * From employees
<new line starts here>
I am wondering how it happened and hoping to find the solution.
seems not working on chrome 72, try use version 71 to work around.