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 的开发人员工具进行调试时,可以为所有异常(或仅未捕获的异常)启用断点。抛出异常时如何查看当前异常详细信息?
在 devtools Scope Variables面板中,您可以找到<exception>,其中将包含异常详细信息。异常的调用堆栈在“调用堆栈”面板中可见。
<exception>