On 02.12.2009 16:37, SVram wrote:
> Stefan Küng wrote:
>>
>>
>>> did you build the msi file too after rebuilding TortoiseMerge?
>>> did you build the release configuration, not the debug one?
>>
>>> Stefan
>>
>>
>>
> Thanks a lot.
>
> I dint build the msi file. Now everything is OK. Checking out the basic flow
> by keeping break points. After following the debug-Hints, Started with
> TortoiseProc for tracing the Revisiongraph functionality. I put breakpoints
> in the functions in FullGraph.cpp ,RevisionGraphwnd.cpp but whereever I keep
> the break points, Its not been hit when I run the revision graph
> functionality. (I made the debugger start command to c:\windows\explorer.exe
> so that I can access my Working copy and check for Revsion graph)
>
> Hope I am narrowing down to correct function. Or is there any other
> functions which are executed before the functions in TortoiseProc.
If you want to debug TortoiseProc, you should not attach your debugger
to a running instance you started from explorer but just run a new
instance in the debugger.
Just put "/command:revisiongraph /path:"path\to\workingcopy" in the
"command arguments" box in the debug page of VS.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2426420
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-02 19:13:37 CET