-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不能debug的情况有没有遇到啊? #18
Comments
这个项目是可以debug的,奇怪的是我没有发现任何不一样的地方。 |
@liangxianshen 有字节码插入的地方,源码行号变了,所以不能debug的吧,我这边也有这个问题。暂无解决方案。 |
不光不能debug,混淆后的crash日志是没有行号的 哈哈 我继续看看巴掌写的CostTime 那个真的是能debbu,并且也插入字节码了,用的也是ASM |
9、集成到项目后,断点失效,bugly上报异常时,错误出处不能定位行号,unknow source? |
为了访问行号和局部变量名,ClassReader 类可能需要引入“人为”Label 对象,也就是说,跳转指令并不需要它们,它们只是为了表示调试信息。这可能会在诸如 3.2.5 节介绍的情景中导致错误判断,在该情景中,指令序列中部的一个 Label 被认为是一个跳转目标,因此禁止这一序列被删除。 |
No description provided.
The text was updated successfully, but these errors were encountered: