mliebelt
mliebelt

Reputation: 15525

How to debug something in 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.

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

Upvotes: 4

Views: 7747

Answers (1)

Stefan
Stefan

Reputation: 43575

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.

Upvotes: 6

Related Questions