本文介绍了如何在TortoiseSVN中调试东西?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们目前在一张桌子上面临着一个奇怪的问题:TortoiseSVN允许打开显示日志,但是关闭它,没有用户的任何动作。为了帮助解决这个问题,我想调试TortoiseSVN。
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.
有没有一个简单的方法来调试TortoiseSVN?以下是一些要求:
Is there an easy way to debug TortoiseSVN? Here are some of the requirements:
- 允许编写调试日志文件
- 控制哪里文件写入
- 如果可能,定制应该写的内容
推荐答案
通过设置对话框启用调试输出:
设置对话框 - >高级 - > DebugOutputString
(设置为true)
之后,使用记录所有调试输出消息。
After that, use DebugView to log all the debug output messages.
这篇关于如何在TortoiseSVN中调试东西?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!