idea edit box
Answered
How can I capture the click event at the edit box breakpoint?
Please sign in to leave a comment.
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!