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.
如何在调试时查看哪些侦听器处于活动状态?
当我逐步完成时,我可以看到我“setListener”的位置 - 但由于从来没有回调,我想知道听众是否真的还活着。
您可以在侦听器代码中指向断点,以便查看它何时被调用。它对你有帮助吗?
这将打开您的侦听器变量在下一个调试步骤中指向的代码。
=)