idea edit box
已回答
How can I capture the click event at the edit box breakpoint?
请先登录再写评论。
Please be more specific, what do you mean by "edit box breakpoint"?
Thank you reply, in fact, I hope to use the idea, the non-java file to add breakpoints, such as: xml, js ... but now I know how to add a breakpoint to them, and know the use of "ActionManager.getInstance (). AddAnActionListener ()" Can monitor, but I can not get the line number
I'm still not sure I understand the question, sorry. You can get all breakpoints using XBreakpointManager.
Thanks!