Run/Debug View Process Information (ex: program, command line, environment vars, etc)
Answered
In Eclipse it is possible to view information related to the running/debugging process like command line, arguments & etc as shown here http://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.user/reference/views/debug/ref-properties.htm http://help.eclipse.org/neon/topic/org.eclipse.jdt.doc.user/reference/views/debug/ref-debug_view.htm



There is any similar functionality available in IDEA as a built-in feature or as a plugin ?
Please sign in to leave a comment.
This information is already printed in the Run console window. It's collapsed by default. Click on the collapsed text at the top of the Run console to see the full command line.
Hmmm ... can you provide a screenshot ?
It doesn't seem to work with gradle launchers (run & debug)
It works for Application Run/Debug configuration.
If you need it for other configuration types, request is welcome at https://youtrack.jetbrains.com/issues/IDEA.
I create a Feature Issue for it: https://youtrack.jetbrains.com/issue/IDEA-183931