Replies: 1 comment
-
Hi @drDLH ! I suspect there are some remaining issues in the custom stack frame map handling. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone. I currently have one problem using the official sample OnThrow.java.
When I use 1.3.11.3 version of Btrace, it work perfectly. It can print out the missing exception if someone forgot to use exception.printStackTrace() in the code.
When I update btrace version to 2.2.2 or 2.2.3, the OnThrow.java seem to stop working, no output in the console at all.
I'm using btrace under windows 10 system, the jdk and jre version is 1.8.0_351.
The code:
Please let me know if someone understand the reason. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions