Is it possible to set a breakpoint on all locations that open a new window, like all window.open()
calls?
I understand it's possible to use "find in all files" to look for interesting function calls, but for such generic function names (open()
) it's tedious or, if the debugged application is large enough, barely viable.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742394861a4435739.html
评论列表(0条)