Bug 458589 - [console] provide a way to display command line arguments
Summary: [console] provide a way to display command line arguments
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-27 18:10 EST by Peter Platek CLA
Modified: 2015-01-28 08:27 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Platek CLA 2015-01-27 18:10:13 EST
When executing, for example "Run As->Java Application", the output in the console shows:
<terminated> App [Java Application] <path to java executable> (date)

It would be a good feature to provide a toggle to enable the console to display command line arguments that were passed to the application.  This information is currently only accessible in "Process properties" which can be opened by right clicking on a process and selecting Properties in debug view. 

The console should show:
<terminated> App arg1 arg2 -debug 7 [Java Application] <path to java> (date)