Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » skip over CGLIB (and other) proxy code at Step Into in debugger
skip over CGLIB (and other) proxy code at Step Into in debugger [message #1797549] Thu, 01 November 2018 12:22 Go to next message
Eclipse UserFriend
Is there a setting or plugin that will make the debugger's Step Into command skip over f ex CGLIB proxy code, and jump directly to the first line of the target method in the proxied instance?Minecraft Pocket Edition downloader.vip/counter-strike/ Google Play Services

[Updated on: Sun, 04 November 2018 14:04] by Moderator

Re: skip over CGLIB (and other) proxy code at Step Into in debugger [message #1797558 is a reply to message #1797549] Thu, 01 November 2018 13:26 Go to previous messageGo to next message
Eclipse UserFriend
I'm not aware of such option. How would the debugger recognize proxy code?
One way to implement this might be via additional information in the byte code (e.g., using JSR 045). Do you know if CGLIB emits any such information to aid the debugger?
Re: skip over CGLIB (and other) proxy code at Step Into in debugger [message #1797574 is a reply to message #1797558] Fri, 02 November 2018 02:01 Go to previous message
Eclipse UserFriend
You can try filtering the packages for debugging by providing rules in the Preferences->Java->Debug->Step Filtering
Previous Topic:Is it possible to use this feature in custom plugin?)
Next Topic:How to run a single method easily?
Goto Forum:
  


Current Time: Sat Jul 19 05:44:22 EDT 2025

Powered by FUDForum. Page generated in 0.31009 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top