I am trying to follow the file notes/Debug-Hints.txt in order to set
breakpoints in TortoiseSVN.
I am stuck at the following step:
- Start
VS.NET and load the TortoiseSVN
solution file. Set the TortoiseProc
project as "startup project".
In the properties page of the project,
add the following command line:
/command:createpatch /path:"path/to/wc"
(substitute "path/to/wc" with a path
to an existing working copy).
Which properties page is this referring to exactly?
When I right-click on TortoiseProc I see a 'Properties' item at the very bottom
of the menu. This opens a dialog called 'TortoiseProc Property Pages' which has
a nested menu of Configuration Properties: General, Advanced, Debugging, VC++
Directories, C/C++ etc. etc.
It's not immediately clear to me where to add the /command:createpatch string.
Any hints?
Regards,
Stefan