📄 mss.cfg
字号:
## A sample local configuration file.## We don't want logging to Stdout or Stderr but to a file (mss.log)# Therefore we disable these options.LogToStdout=NoLogToStderr=False# We don't want to exit on warning. This is default so it's not really# neccessary to specify it here.ExitOnWarning=False# We think that the logfile is easier to read with an empty line between logs.ExtraNewline=Yes# We want a diffrent Watch value and Watch Size, specified as hex numbers,# but they can also be specified as decimal values.WatchValue=0x10WatchSize=0x32# We do want all logs to be shown.ShowLogs=Yes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -