Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » change the content of debug view in eclipse(jdt)
change the content of debug view in eclipse [message #1702093] Sun, 19 July 2015 08:42
Eclipse UserFriend

I'm writing a java framework, for a class file, sample.class, it generates a proxy file sample_proxy.class. When sample.testMethod() is called, it excutes sample_proxy.class. I already make an eclipse plugin to make the breakpoint work,
http://help.eclipse.org/mars/topic/org.eclipse.jdt.doc.user/reference/views/debug/images/ref-debug_view.PNG
If I start from Main.java, and make a breakpoint in sample.testMethod(), the stack below looks like: Main.main-->sample.proxy_method-->sample_proxy.testMethod.
Is there any way to ingore the proxy to show like: Main.main-->sample.testMethod?
Previous Topic:Eclipse: Java [ Not Detecting Key Pressed ]
Next Topic:Is there a method similar to the NetBeans TreeUtilities.getUncaughtExceptions() method?
Goto Forum:
  


Current Time: Sat Apr 19 14:03:58 EDT 2025

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

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

Back to the top