最近碰有人问怎么查看主进程日志,简单写一下windows、mac如何启动了。主要是面向新手、老手自动滑过吧
启动命令行 Powershell 或 CMD 进入到程序的安装目录。以XMind Zen 为例:
#Powershell PS C:\Program Files\XMind ZEN> .\XMind.exe #CMD C:\Program Files\XMind ZEN>XMind.exe #也可以使用 start XMind.exe 来启动
PS:如果文件名中有空格的,要用双引号把文件名引起来"XMind.exe".
启动Terminal,进入到App目录(mac的app一般安装在/Applications中),入进到App的 Contents/MacOS 目录中。以XMind Zen 为例:
# 目录 /Applications/XMind.app/Contents/MacOS/ # cd /Applications/XMind.app/Contents/MacOS/ % ./XMind