actual (behind-the-scene) command log to build a program ?
Answered
Is it possible to expose every actual command that Intelij IDEA is executing to build and/or compile and/or package a program? Not the hand-waving I see in the log terminal; I am thinking something more along the lines of what I would need if I wanted to do the same thing from outside the IDE and just from the command line.
For example, what all happens when execute “Run <progname> [jpackageImage]”
Please sign in to leave a comment.
Hello Salgerman ,
This question was discussed here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000321520-How-to-view-command-line-string-used-by-Intellij-to-invoke-Java-process-
Got it, thank you very much.