Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Windows 的命令行以详细模式运行 SpringSource Toolsite?我尝试了以下命令:
STS.exe -verbose - 控制台日志
但在命令提示符下没有得到任何日志。
-verbose不是日食选项。 -consoleLog应该将进入错误日志视图的所有内容打印到 sysout。如果你没有看到这个,那么你可以编辑你的 STS.ini 文件并将选项放在那里。
-verbose
-consoleLog
以下是有关命令行参数的更多信息:
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
您希望获得什么信息?您可能对该-debug [options file]选项感兴趣。
-debug [options file]