Bug 436025 - Debug view should show PID + some runtime informations
Summary: Debug view should show PID + some runtime informations
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 04:46 EDT by Mickael Istria CLA
Modified: 2014-06-08 07:24 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2014-05-28 04:46:57 EDT
From http://www.javacodegeeks.com/2014/05/10-ideas-to-improve-eclipse-ide-usability.html

For a given remote process, the debug view should show the PID of the process.
Additionally, it could show some runtime informations, such as memory consumption, and have this extensible so that Java process could show some monitoring information (such as HeapSize vs PermSize and so on).
Comment 1 Marc-André Laperle CLA 2014-05-28 09:27:24 EDT
That would be great, especially the PID. I've looked into this a little bit before and I didn't find a portable way to find the PID. If this is available, it could allow other context menu commands for example I'm imagining an "Attach with C/C++ debugger" which requires the PID and it would make it easier to attach gdb to a Java process and debug it natively.