Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Customize JDT Debug view(Customize, add new features to the debug view for working with threads and stack traces of a suspended JVM)
Customize JDT Debug view [message #1067117] Sat, 06 July 2013 00:26
Ranjit Iyer is currently offline Ranjit IyerFriend
Messages: 1
Registered: July 2013
Junior Member
I am interesting in extending the capabilities of the Eclipse Java Debug View. A couple examples are

1. Augment the "Copy Stack" Action to copy the full stack trace of a suspended thread.
2. Augment the 'Find' function to include all stack trace elements in the search. I may want to search all threads that are running code that is of interest to me.
3. A "Filter" action that restricts threads I want to see in a suspended VM, etc. The use case is that I don't want to see threads that belong to the application server, just those that my application created and which can be identified by stack trace elements that contain my application's package name.

What are my options here? Write a plugin or directly modify the JDT code?

Thanks,
Ranjit

Stack trace contains lots of threads I don't care about and I want to filter them out
index.php/fa/15493/0/
  • Attachment: ADXQ1.png
    (Size: 27.79KB, Downloaded 452 times)
Previous Topic:Eclipse crash after first run
Next Topic:"Run As" Context not working
Goto Forum:
  


Current Time: Thu Apr 25 07:58:02 GMT 2024

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

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

Back to the top