Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 android 调试模式,并尝试在“资源”部分通过 Stetho 查询数据。当我输入查询并按回车键时,它没有显示我想要的结果,而是在我输入的查询下方添加了另一个空行。
例子
Select * From employees
然后我按下回车键。
结果
Select * From employees <new line starts here>
我想知道它是如何发生的,并希望找到解决方案。
似乎不适用于 chrome 72,请尝试使用版本 71 来解决。
https://github.com/facebook/stetho/issues/634
对我来说,这是 Stetho 的最后一根稻草chrome://inspect
chrome://inspect
我已切换到Flipper,这是 Facebook 开发的类似调试工具。
开发人员的体验要好得多,如下所示: