How to debug something in TortoiseSVN?

时光怂恿深爱的人放手 提交于 2019-12-10 19:27:40

问题


We currently face a strange problem on one desk that TortoiseSVN allows ot open "Show log", but closes that without any action by the user. To help solving that question, I would like to "Debug" TortoiseSVN.

Is there an easy way to debug TortoiseSVN? Here are some of the requirements:

  • Allow to write a debug log file
  • Control where that file is written
  • If possible, tailor what should be written

回答1:


Enable the debug output via the settings dialog: Settings dialog -> Advanced -> DebugOutputString (set to true)

After that, use DebugView to log all the debug output messages.



来源:https://stackoverflow.com/questions/20614894/how-to-debug-something-in-tortoisesvn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!