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.
是否可以在 chrome 或 firebug 的调试控制台上输入的代码上设置断点?
当然!在控制台中输入:
(function(){ debugger; alert(0); })();