在eclipse中打印或编辑运行/外部工具配置中的变量

Gue*_*est 6 eclipse

是否可以在Run > External tools > External tools configuration菜单中打印和编辑eclipse中的当前变量?

Ray*_*lha 1

我用这个:

在位置中放置:

C:\Windows\System32\cmd.exe

在 Argumentes 中输入一个或多个:

/k echo ${container_loc} ${project_loc} ${resource_path} ${target_home}