actual (behind-the-scene) command log to build a program ?
已回答
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]”
请先登录再写评论。
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.