[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: debugging tortoiseProc

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-04-18 09:41:50 CEST

On 4/17/06, darrick <darrickc@gmail.com> wrote:
> I put in some new actions in the context menu and am trying to debug them in
> TortoiseProc. I have tried a number of things but can't get the breakpoints
> to work in BOOL CTortoiseProcApp::InitInstance()
>
> I have tried using 2 .net instances, one debugging TortoiseShell and one
> debugging TortoiseProc. I've also tried attaching my .net that is debugging
> TortoiseShell to a TortoiseProc process. None of which worked. How do you
> recommend debugging TortoiseProc?

Create the registry key HKCU\Software\TortoiseSVN\Debug and set it to
something else than 0.
Then call your new context menu. TortoiseProc will be started, and it
will show you the exact command line it was started with from the
shell extension.

Then, you can enter that command line params and start TortoiseProc in
debug mode with those params.

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 18 09:42:07 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.