How to make the details of Eclipse's work transparent?

problem description

Eclipse has done a lot of tedious compilation, running, packaging and other work for us, and our development efficiency has also benefited from this. But sometimes when we investigate certain problems, we still take these details into account. IDEA does a good job, and for any task it performs, it outputs the corresponding command on the console. Do you know if Eclipse can achieve the same effect?

May.14,2021
Menu