page-spy-web
page-spy-web copied to clipboard
如何能查看打印的调用方
Describe the bug
当启用了pagespy,就会覆写console的方法,导致在f12里,所有的打印 都来自于pagespy 无法快速定位到 真实的代码了
接口倒是可以通过 调用堆栈 找到真实代码 但console打印 只能显示最近的一个执行js,就是pagespy 看有没有什么好思路 解决
Steps to reproduce
No response
System Info
chrome
electron
Logs
No response
Validations
- [x] Read the FAQ.
- [x] Read the Contributing Guidelines.
- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [x] The provided reproduction is a minimal reproducible example of the bug.
看要不要每个console执行时,附加执行一次 console.trace() 让用户可以找到真实的堆栈
解决了吗